Trait str_tools::char_match::CharMatch[][src]

pub trait CharMatch {
    fn char_match(&self, c: char) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors