[][src]Trait gll_pg_core::GrammarLabel

pub trait GrammarLabel {
    type Symbol: PartialEq + GrammarSymbol;
    fn first(&self) -> bool;
fn end(&self) -> Option<Self::Symbol>; }

Associated Types

Loading content...

Required methods

fn first(&self) -> bool

fn end(&self) -> Option<Self::Symbol>

Loading content...

Implementors

Loading content...