pub trait ShutdownEvent: Send {
    // Required method
    fn shutdown_event() -> Self;
}
Expand description

Defines the Shutdown event variant

Required Methods§

source

fn shutdown_event() -> Self

Return Shutdown variant

Implementors§