Type Alias tx5_core::BoxFut

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

Pinned, boxed, future type alias.

Aliased Type§

struct BoxFut<'lt, T> {}