pub type GenericTemplateBuildKeywordFnMap<'a, C> = HashMap<&'static str, GenericTemplateBuildKeywordFn<'a, C>>;Expand description
Table of functions that translate keyword node.
Aliased Typeยง
struct GenericTemplateBuildKeywordFnMap<'a, C> { /* private fields */ }