arithmetic_function

Function arithmetic_function 

Source
pub fn arithmetic_function(
    operation: ArithmeticOp,
) -> impl Fn(&HashMap<String, Value>) -> Result<Value> + Send + Sync + 'static
Expand description

Create a function that performs arithmetic operations