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