pub type RuleMap<'a> = HashMap<&'a str, Rc<Vec<Ident>>>;
A map representing a rule and the constituent Idents of that rule.
Ident
pub struct RuleMap<'a> { /* private fields */ }