Skip to main content

hash_value

Function hash_value 

Source
pub fn hash_value<Q, H: Hasher + Default>(value: &Q) -> u64
where Q: Hash + ?Sized,
Expand description

Hashes the given value with the default value of the specified Hasher.