Skip to main content

eval_async_externs

Function eval_async_externs 

Source
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.