pub fn compute_hash<T>(value: &T) -> u64 where
    T: Hash
Expand description

Compute the hash for a struct like Addr