Type Definition gtmpl::Func[][src]

type Func = fn(&[Value]) -> Result<Value, String>;

Function type supported by gtmpl_value.