[go: up one dir, main page]

[][src]Type Definition ascii::CharsMut

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

A mutable iterator over the characters of an AsciiStr.