pub trait DisconnectById {
    fn disconnect_by_id(&mut self, id: NodeId) -> bool;
}

Required Methods§

| Disconnect node by id. |

Implementors§