matrix_sdk

Type Alias 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> {}