Skip to main content

hash_value

Function hash_value 

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

Hash any Hash value without cloning it.