pub fn hash_single_stable<H: Hash>(value: H) -> u64
Expand description
Hashes a single value using the “stable” hash implementation, and returns the 64-bit hash value.
Utilizes the “stable” hash implementation provided by StableHasher
.
pub fn hash_single_stable<H: Hash>(value: H) -> u64
Hashes a single value using the “stable” hash implementation, and returns the 64-bit hash value.
Utilizes the “stable” hash implementation provided by StableHasher
.