pub type Chars<'a> = Iter<'a, AsciiChar>;
An immutable iterator over the characters of an AsciiStr.
AsciiStr
struct Chars<'a> { /* private fields */ }