pub type CharsInRange<'a> = Chars<'a, SliceIter<'a>>;
struct CharsInRange<'a> { /* private fields */ }