Type Alias matrix_sdk_common::BoxFuture

source ·
pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

Aliased Type§

struct BoxFuture<'a, T> {}