Skip to main content

RichChar

Trait RichChar 

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

Required Methods§

Source

fn get_char(&self) -> char

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl RichChar for (usize, char)

Source§

fn get_char(&self) -> char

Source§

impl RichChar for char

Source§

fn get_char(&self) -> char

Implementors§