Type Definition tera::GlobalFn [] [src]

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

The global function type definition