Type Alias jj_cli::template_builder::TemplateBuildMethodFn
source ยท pub type TemplateBuildMethodFn<'a, L, T> = fn(_: &L, _: &BuildContext<'_, <L as TemplateLanguage<'a>>::Property>, _: Box<dyn TemplateProperty<Output = T> + 'a>, _: &FunctionCallNode<'_>) -> TemplateParseResult<<L as TemplateLanguage<'a>>::Property>;Expand description
Function that translates method call node of self type T.