Trait CharExt

Source
pub trait CharExt {
    // Required methods
    fn is_identifier_start(self) -> bool;
    fn is_identifier_continue(self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl CharExt for char

Implementors§