pub trait SetSuccessfullyConnected {
    fn set_successfully_connected(&self, val: bool);
}

Required Methods§

Implementors§