Type Definition gallop::Rule

source · []
pub type Rule<'a> = Vec<RuleElement<'a>>;
Expand description

The right-hand side of a Grammar production rule