Trait nom::FindToken
[−]
[src]
pub trait FindToken<T> {
fn find_token(&self, list: T) -> bool;
}
pub trait FindToken<T> {
fn find_token(&self, list: T) -> bool;
}
fn find_token(&self, list: T) -> bool