Type Definition gtmpl_value::Func [] [src]

type Func = fn(_: &[Arc<Any>]) -> Result<Arc<Any>, String>;

Function type supported by gtmpl_value.