[go: up one dir, main page]

Type Definition ascii::CharsMut [] [src]

type CharsMut<'a> = IterMut<'a, AsciiChar>;

A mutable iterator over the characters of an AsciiStr.