[−][src]Type Definition ascii::CharsMut
type CharsMut<'a> = IterMut<'a, AsciiChar>;
A mutable iterator over the characters of an AsciiStr
.
type CharsMut<'a> = IterMut<'a, AsciiChar>;
A mutable iterator over the characters of an AsciiStr
.