[go: up one dir, main page]

Type Definition tera::GlobalFn [] [src]

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

The global function type definition