Trait tera::Function

source ·
pub trait Function: Sync + Send {
    fn call(&self, args: &HashMap<String, Value>) -> Result<Value>;
}
Expand description

The global function type definition

Required Methods§

The global function type definition

Implementors§