Type Alias srtemplate::TemplateFunction
source · pub type TemplateFunction = 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.