Function eval::eval_with_functions [] [src]

pub fn eval_with_functions(expr: &str,
                           functions: &Functions)
                           -> Result<Value, Error>

Evaluates the value of an expression with the given functions.