pub type PinnedLocalFuture<T> = Pin<Box<dyn Future<Output = T>>>;
Type alias for a boxed Future that is !Send.
Future
!Send
pub struct PinnedLocalFuture<T> { /* private fields */ }