pub fn hash_attributes<'a, H, I>(state: &mut H, attributes: I)where
    H: Hasher,
    I: IntoIterator<Item = (&'a Key, &'a Value)>,
Expand description

Impl of Hash for KeyValue