pub type TemplateBuildMethodFn<'a, L, T> = fn(&L, &mut TemplateDiagnostics, &BuildContext<'_, <L as TemplateLanguage<'a>>::Property>, BoxedTemplateProperty<'a, T>, &FunctionCallNode<'_>) -> TemplateParseResult<<L as TemplateLanguage<'a>>::Property>;Expand description
Function that translates method call node of self type T.