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

Defines the Shutdown event variant

Required Methods§

Return Shutdown variant

Implementors§