pub trait StartShutdown {
    fn start_shutdown(&mut self);
}

Required Methods§

| Start shutdown. |

Implementors§