Struct gearley::grammar::RuleSlices [] [src]

pub struct RuleSlices<'a> {
    pub lhs: &'a [Option<Symbol>],
    pub rhs0: &'a [Option<Symbol>],
    pub rhs1: &'a [Option<Symbol>],
}

Fields

lhs
rhs0
rhs1

Methods

impl<'a> RuleSlices<'a>

fn rules(&mut self) -> Rules<'a>

Trait Implementations

Derived Implementations

impl<'a> Debug for RuleSlices<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result