pub trait MarkForDisconnect {
    fn mark_for_disconnect(&self);
}

Required Methods§

| Disconnect the handler. |

Implementors§