Skip to main content

eval_callback

Function eval_callback 

Source
pub fn eval_callback(
    ctx: &EvalContext,
    expr: &Value,
    env: &Env,
) -> Result<Value, SemaError>
Expand description

Evaluate an expression using the registered host-compatibility evaluator. Runtime code must use the restricted structural evaluator instead.