Trait CharExt

Source
pub trait CharExt {
    // Required method
    fn general_category(self) -> General;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl CharExt for char

Implementors§