pub type Function = fn(&[String]) -> FuncResult;Expand description
Re-exports the template::function, template::SrTemplate, [template::TemplateFunction] type for convenient use.
This corresponds to the type for custom functions that may exist.