pub fn hash_value<T>(value: &T) -> u64where T: Hash + ?Sized,
Hash any Hash value without cloning it.
Hash