Type Alias jj_cli::template_builder::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§
struct TemplateBuildMethodFnMap<'a, L, T> { /* private fields */ }