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

Required Methods§

source

fn mark_for_disconnect(&self)

| Disconnect the handler. |

Implementors§