pub fn with_hasher<K, V, S>(
    hasher: S
) -> (WriteHandle<K, V, S>, ReadHandle<K, V, S>) where
    K: Eq + Hash,
    S: Clone + BuildHasher
Expand description

Creates a new map with the specified hasher.

If you wish to specify additional parameters, see Builder.