Type Definition tera::GlobalFn

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

The global function type definition