Type Definition ascii::CharsMut

source ·
pub type CharsMut<'a> = IterMut<'a, AsciiChar>;
Expand description

A mutable iterator over the characters of an AsciiStr.