Searched refs:LocalBoxFuture (Results 1 – 3 of 3) sorted by relevance
17 pub type LocalBoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + 'a>>; typedef
15 use futures_core::future::{BoxFuture, LocalBoxFuture};532 fn boxed_local<'a>(self) -> LocalBoxFuture<'a, Self::Output> in boxed_local()
16 pub use futures_core::future::{BoxFuture, LocalBoxFuture};