Func

Type Alias Func 

Source
pub type Func = fn(&[Value]) -> Result<Value, FuncError>;
Expand description

Function type supported by gtmpl_value.