pub trait ShutdownRequested {
    fn shutdown_requested(&mut self) -> bool;
}

Required Methods§

| Check if shutdown requested. |

Implementors§