pub trait GetBanned {
    // Required method
    fn get_banned(&mut self, banmap: &mut BanMap) -> bool;
}

Required Methods§

source

fn get_banned(&mut self, banmap: &mut BanMap) -> bool

| Get ban map entries. |

Implementors§