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

Required Methods§

Implementors§