Struct cfg::rule::RuleRef
[−]
[src]
pub struct RuleRef<'a, H: 'a> { pub lhs: Symbol, pub rhs: &'a [Symbol], pub history: &'a H, }
References rule's components.
Fields
lhs | Left-hand side. |
rhs | Right-hand side. |
history | The rule's history. |