create_hashmap_pool

Function create_hashmap_pool 

Source
pub fn create_hashmap_pool<K, V>(max_size: usize) -> HashMapPool<K, V>
where K: Hash + Eq + 'static, V: 'static,
Expand description

Create a hash map pool