pub(crate) trait RichChar {
    fn get_char(&self) -> char;
}

Required Methods

Implementations on Foreign Types

Implementors