Trait nom::FindToken

source ·
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§