pub trait MarkForDisconnect {
// Required method
fn mark_for_disconnect(&self);
}
Required Methods§
sourcefn mark_for_disconnect(&self)
fn mark_for_disconnect(&self)
| Disconnect the handler. |
pub trait MarkForDisconnect {
// Required method
fn mark_for_disconnect(&self);
}
| Disconnect the handler. |