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