pub trait MapCharsIter<'a, M, I: Iterator<Item = char>>where
M: ActionMap,{
// Required method
fn map_chars(self, mapper: &'a CharMapper<'a, M>) -> MappedChars<'a, M, I> ⓘ;
}pub trait MapCharsIter<'a, M, I: Iterator<Item = char>>where
M: ActionMap,{
// Required method
fn map_chars(self, mapper: &'a CharMapper<'a, M>) -> MappedChars<'a, M, I> ⓘ;
}