Type Alias RulesIter

Source
pub type RulesIter<'a> = Iter<'a, Rule>;
Expand description

An iterator over the rules of a grammar.

Aliased Typeยง

pub struct RulesIter<'a> { /* private fields */ }