Type Definition tera::GlobalFn[][src]

type GlobalFn = Box<dyn Fn(HashMap<String, Value>) -> Result<Value> + Sync + Send>;
Expand description

The global function type definition