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