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

Methods

impl<'a> RuleSlices<'a>
[src]

Trait Implementations

impl<'a> Debug for RuleSlices<'a>
[src]

Formats the value using the given formatter.