Type Alias tx5::BoxFuture

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

Dynamic future type.

Aliased Type§

struct BoxFuture<'lt, T> {}