Trait nom::FindToken[][src]

pub trait FindToken<T> {
    fn find_token(&self, token: T) -> bool;
}
Expand description

look for a token in self

Required methods

returns true if self contains the token

Implementations on Foreign Types

Implementors