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

Required Methods§

source

fn unban(&mut self, ip: &SubNet) -> bool

| Unban node. |

Implementors§