TemplateBuildMethodFnMap

Type Alias TemplateBuildMethodFnMap 

Source
pub type TemplateBuildMethodFnMap<'a, L, T, P = <L as TemplateLanguage<'a>>::Property> = HashMap<&'static str, TemplateBuildMethodFn<'a, L, T, P>>;
Expand description

Table of functions that translate method call node of self type T.

Aliased Typeยง

pub struct TemplateBuildMethodFnMap<'a, L, T, P = <L as TemplateLanguage<'a>>::Property> { /* private fields */ }