pub type BuildTemplateMethodFnMap<'a, L> = HashMap<&'static str, BuildTemplateMethodFn<'a, L>>;Expand description
Table of functions that translate method call node of Template.
Aliased Typeยง
pub struct BuildTemplateMethodFnMap<'a, L> { /* private fields */ }