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

Required Methods§

| Get ban map entries. |

Implementors§