Trait text_parsing::source::CharMapper

source ·
pub trait CharMapper {
    // Required method
    fn map(&mut self, c: char) -> char;
}

Required Methods§

source

fn map(&mut self, c: char) -> char

Implementors§