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