pub trait FinalizeNode {
    fn finalize_node(
        &mut self,
        node: &mut AmoWriteGuard<'_, Box<dyn NodeInterface>>
    ); }

Required Methods§

| Handle removal of a peer (clear state) |

Implementors§