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