pub trait DisconnectById {
fn disconnect_by_id(&mut self, id: NodeId) -> bool;
}
Required Methods§
sourcefn disconnect_by_id(&mut self, id: NodeId) -> bool
fn disconnect_by_id(&mut self, id: NodeId) -> bool
| Disconnect node by id. |
pub trait DisconnectById {
fn disconnect_by_id(&mut self, id: NodeId) -> bool;
}
| Disconnect node by id. |