Trait UnicodeSpec

Source
pub trait UnicodeSpec {
    // Required methods
    fn is_xid_start(&self) -> bool;
    fn is_xid_continue(&self) -> bool;
    fn is_whitespace(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl UnicodeSpec for char

Implementors§