IsNotIdent

Trait IsNotIdent 

Source
pub trait IsNotIdent {
    // Required method
    fn is_not_ident(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IsNotIdent for char

Implementors§