pub trait DisconnectOnStall {
    fn disconnect_on_stall(&self);
}

Required Methods§

Implementors§