Trait core::str::pattern::CharEq [] [src]

trait CharEq {
    fn matches(&mut self, char) -> bool;
    fn only_ascii(&self) -> bool;
}
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Required Methods

fn matches(&mut self, char) -> bool

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn only_ascii(&self) -> bool

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Implementors