pub trait Shutdown {
    // Required method
    fn shutdown(&mut self);
}

Required Methods§

source

fn shutdown(&mut self)

Implementors§