[go: up one dir, main page]

Type Definition ascii::Chars [] [src]

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

An immutable iterator over the characters of an AsciiStr.