pub type LocalBoxFuture = Pin<Box<dyn Future<Output = ()> + 'static>>;
A boxed, !Send future for the install_spawner executor door.
!Send
install_spawner
pub struct LocalBoxFuture { /* private fields */ }