Trait ShutdownManager

Source
pub trait ShutdownManager:
    Send
    + Sync
    + Lifecycle {
    // Required methods
    fn do_shutdown(&self);
    fn is_shutdown(&self) -> bool;
}

Required Methods§

Trait Implementations§

Source§

impl Injectable for dyn ShutdownManager + Sync + Send

Implementors§