Enum pest::Lookahead [−][src]
pub enum Lookahead { Positive, Negative, None, }
The current lookahead status of a ParserState
.
pub enum Lookahead { Positive, Negative, None, }
The current lookahead status of a ParserState
.
impl Copy for Lookahead
[src]impl Eq for Lookahead
[src]impl StructuralEq for Lookahead
[src]impl StructuralPartialEq for Lookahead
[src]impl RefUnwindSafe for Lookahead
impl Send for Lookahead
impl Sync for Lookahead
impl Unpin for Lookahead
impl UnwindSafe for Lookahead