pub trait FindToken<T> {
// Required method
fn find_token(&self, token: T) -> bool;
}
Expand description
look for self in the given input stream
pub trait FindToken<T> {
// Required method
fn find_token(&self, token: T) -> bool;
}
look for self in the given input stream