pub type TemplateBuildFunctionFnMap<'a, L> = HashMap<&'static str, TemplateBuildFunctionFn<'a, L>>;
Expand description

Table of functions that translate global function call node.

Aliased Type§

struct TemplateBuildFunctionFnMap<'a, L> { /* private fields */ }