Trait nom::FindToken [] [src]

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

Required Methods

Implementors