pub fn calculate_hash_of<T: Hash>(t: &T) -> u64
Expand description

Helper function to calculate a hash of a type that implements Hash