[][src]Type Definition gtmpl::Func

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

Function type supported by gtmpl_value.