pub type AsyncBuiltinFuture = Pin<Box<dyn Future<Output = Result<VmValue, VmError>> + Send>>;Expand description
Pinned future returned by async builtin handlers.
Aliased Typeยง
#[repr(transparent)]pub struct AsyncBuiltinFuture { /* private fields */ }