pub type ClientMap<V> = HashMap<Client, V, ClientHasherBuilder>;
pub struct ClientMap<V> { /* private fields */ }