pub type StringEnumIter<'a> = Enumerate<Chars<'a>>;
struct StringEnumIter<'a> { /* private fields */ }