pub trait Stop {
    fn stop(&mut self);
}

Required Methods§

| Shut down client. |

Implementors§