Type Alias matrix_sdk_base::BoxFuture

source ·
pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Available on non-WebAssembly only.

Aliased Type§

struct BoxFuture<'a, T> {}