HelperFunction

Type Alias HelperFunction 

Source
pub type HelperFunction = Arc<dyn Fn(&[TemplateValue]) -> TemplateResult<TemplateValue> + Send + Sync>;
Expand description

Custom helper function type

Aliased Typeยง

pub struct HelperFunction { /* private fields */ }