Trait Function
trait Function: Sync + Send
The global function type definition
Required Methods
fn call(self: &Self, args: &HashMap<String, Value>) -> Result<Value>The global function type definition
Provided Methods
fn is_safe(self: &Self) -> boolWhether the current function's output should be treated as safe, defaults to
false
Implementors
impl<F> Function for F