Trait CharExt

Source
trait CharExt {
    // Required methods
    fn is_name_start(&self) -> bool;
    fn is_name_char(&self) -> bool;
    fn is_non_ascii(&self) -> bool;
    fn is_escape(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl CharExt for char

Implementors§