pub type HelperFunction = Arc<dyn Fn(&[TemplateValue]) -> TemplateResult<TemplateValue> + Send + Sync>;Expand description
Custom helper function type
Aliased Typeยง
pub struct HelperFunction { /* private fields */ }pub type HelperFunction = Arc<dyn Fn(&[TemplateValue]) -> TemplateResult<TemplateValue> + Send + Sync>;Custom helper function type
pub struct HelperFunction { /* private fields */ }