Skip to main content

eval_expr_with_externs

Function eval_expr_with_externs 

Source
pub fn eval_expr_with_externs(
    expr: &Expr,
    ctx: &Value,
    externs: &dyn Externs,
) -> Result<Value, EvalError>
Expand description

eval_expr + externs registry for call_extern Expr resolution.