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