Type Definition wasmrs_runtime::BoxFuture

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