Type Definition tera::GlobalFn [−][src]
type GlobalFn = Box<dyn Fn(HashMap<String, Value>) -> Result<Value> + Sync + Send>;
Expand description
The global function type definition
type GlobalFn = Box<dyn Fn(HashMap<String, Value>) -> Result<Value> + Sync + Send>;
The global function type definition