pub fn hash_set_opt<S, H>(set_opt: Option<S>, hasher: &mut H)where S: IntoIterator, H: Hasher, <S as IntoIterator>::Item: Hash,
Hash an optional set of items.