Skip to main content

Shutdown

Type Alias Shutdown 

Source
pub type Shutdown = Pin<Box<dyn Future<Output = ShutdownDisposition> + Send + 'static>>;
Expand description

Shutdown future type.

Aliased Typeยง

pub struct Shutdown { /* private fields */ }