pub type RulesIter<'a> = Iter<'a, Rule>;
An iterator over the rules of a grammar.
pub struct RulesIter<'a> { /* private fields */ }