Trait rustfmt_nightly::comment::RichChar[][src]

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

Required methods

Implementations on Foreign Types

Implementors