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