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