Trait nom::FindToken [] [src]

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

look for self in the given input stream

Required Methods

Implementors