pub type CharsMut<'a> = IterMut<'a, AsciiChar>;
A mutable iterator over the characters of an AsciiStr.
AsciiStr
struct CharsMut<'a> { /* private fields */ }