[][src]Type Definition ascii::Chars

type Chars<'a> = Iter<'a, AsciiChar>;

An immutable iterator over the characters of an AsciiStr.