Trait tera::FunctionRelaxed
source · [−]pub trait FunctionRelaxed {
fn call(&self, args: &HashMap<String, Value>) -> Result<Value>;
fn is_safe(&self) -> bool { ... }
}
Expand description
The context-local function type definition