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.