Struct gearley::grammar::RuleSlicesMut [] [src]

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

Fields

lhs
rhs0
rhs1