Type Alias TemplateBuildMethodFnMap

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

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

Aliased Typeยง

pub struct TemplateBuildMethodFnMap<'a, L, T> { /* private fields */ }