Trait RuntimeSystem

Source
pub trait RuntimeSystem: Lifecycle {
    // Required method
    fn get_shutdown_manager(&self) -> Arc<dyn ShutdownManager + Send + Sync>;
}

Required Methods§

Trait Implementations§

Source§

impl Injectable for dyn RuntimeSystem + Sync + Send

Implementors§