Type Definition gtmpl::Func[][src]

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

Function type supported by gtmpl_value.