pub async fn eval_async_externs<D>(
node: &Node,
ctx: Value,
dispatcher: &D,
externs: &(dyn Externs + Sync),
) -> Result<Value, EvalError>where
D: AsyncDispatcher + ?Sized,Expand description
eval_async + externs registry for call_extern Expr resolution.