pub type KeywordMap = HashMap<&'static str, Rc<KeywordConsumer>>;
struct KeywordMap { /* private fields */ }