Type Definition gtmpl_value::Func[][src]

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

Function type supported by gtmpl_value.