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 Lookaheadimpl Send for Lookaheadimpl Sync for Lookaheadimpl Unpin for Lookaheadimpl UnwindSafe for Lookahead