Skip to main content

eval_with_storage_externs

Function eval_with_storage_externs 

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

eval_with_storage + externs registry for call_extern Expr resolution.