ascii

Type Alias Chars

Source
pub type Chars<'a> = Iter<'a, AsciiChar>;
Expand description

An immutable iterator over the characters of an AsciiStr.

Aliased Typeยง

struct Chars<'a> { /* private fields */ }