Type Alias wasmrs_runtime::BoxFuture

source ·
pub type BoxFuture<Output> = Pin<Box<dyn Future<Output = Output> + Send + Sync + 'static>>;

Aliased Type§

struct BoxFuture<Output> { /* private fields */ }