Skip to main content

evaluate_with

Function evaluate_with 

Source
pub fn evaluate_with(
    expr: &Expr,
    ctx: &EvaluationContext,
    options: &Options,
) -> Result<Value, EvalError>
Expand description

Evaluate with user Options, so calls to user functions are dispatched to their (recursion-limited) bodies.