hash_single_stable

Function hash_single_stable 

Source
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.