Skip to main content

RuleMap

Type Alias RuleMap 

Source
pub type RuleMap<'a> = HashMap<&'a str, Rc<Vec<Ident>>>;
Expand description

A map representing a rule and the constituent Idents of that rule.

Aliased Typeยง

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