Type Definition ascii::Chars [] [src]

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

An immutable iterator over the characters of an AsciiStr.