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) -> bool

Whether the current function's output should be treated as safe, defaults to false

Implementors