Type Alias StringIter

Source
pub type StringIter<'a> = Chars<'a>;

Aliased Typeยง

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