Trait core::str::pattern::CharEq
[−]
[src]
trait CharEq { fn matches(&mut self, char) -> bool; fn only_ascii(&self) -> bool; }
trait CharEq { fn matches(&mut self, char) -> bool; fn only_ascii(&self) -> bool; }
fn matches(&mut self, char) -> bool
fn only_ascii(&self) -> bool