pub fn hash_value<Q, H: Hasher + Default>(value: &Q) -> u64where Q: Hash + ?Sized,
Hashes the given value with the default value of the specified Hasher.
Hasher