Struct cfg::rule::Rule
[−]
[src]
pub struct Rule<H> {
pub rhs: Vec<Symbol>,
pub history: H,
// some fields omitted
}Typical grammar rule representation.
Fields
rhs | The rule's right-hand side. |
history | The rule's history. |