pub trait UnBan {
    fn unban(&mut self, ip: &SubNet) -> bool;
}

Required Methods§

| Unban node. |

Implementors§