Function hash_as_bytes

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

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