hash_as_bytes

Function hash_as_bytes 

Source
pub fn hash_as_bytes<T: Sized + Pod, H: Hasher>(value: &T, hasher: &mut H)
Expand description

Performs hashing of a sized value by interpreting it as raw memory.