type CharIndices<'input> = Peekable<CharIndices<'input>>;
struct CharIndices<'input> { /* private fields */ }