CustomFunction

Type Alias CustomFunction 

Source
pub type CustomFunction = Box<dyn Fn(&[Value], &Facts) -> Result<Value> + Send + Sync>;
Expand description

Type for custom function implementations

Aliased Typeยง

pub struct CustomFunction(/* private fields */);