Skip to main content

eval_externs

Function eval_externs 

Source
pub fn eval_externs<D>(
    node: &Node,
    ctx: Value,
    dispatcher: &D,
    externs: &dyn Externs,
) -> Result<Value, EvalError>
where D: Dispatcher,
Expand description

eval + externs registry for call_extern Expr resolution.