Trait relexer::Token [] [src]

pub trait Token: Sized {
    fn produce<'a>(input: &'a str) -> (Result<Self>, &'a str);
fn skip(&self) -> bool; }

Required Methods

Implementors