pub fn hash_single_stable<H: Hash>(value: H) -> u64Expand 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) -> u64Hashes a single value using the “stable” hash implementation, and returns the 64-bit hash value.
Utilizes the “stable” hash implementation provided by StableHasher.