Skip to main content

AsyncBuiltinFuture

Type Alias AsyncBuiltinFuture 

Source
pub type AsyncBuiltinFuture = Pin<Box<dyn Future<Output = Result<VmValue, VmError>>>>;
Expand description

Pinned future returned by async builtin handlers.

Aliased Typeยง

pub struct AsyncBuiltinFuture { /* private fields */ }