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

Impl of Hash for KeyValue