Type Definition perplex::grammar::RulesIter[][src]

type RulesIter<'a> = Iter<'a, Rule>;

An iterator over the rules of a grammar.