Type Definition gtmpl::Func [] [src]

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

Function type that is used to implement builtin and custom functions.