Type Definition microasync_rt::BoxFuture

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