Type Definition agner_sup::common::BoxedFuture

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