pub type ShutdownFuture = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Shutdown future type.
pub struct ShutdownFuture { /* private fields */ }