pub trait RsFunction: Fn(&[Value]) -> Result<Value, Error> + 'static { }
Represents a function that can be registered with the runtime