pub fn hash_set_opt<S, H>(set_opt: Option<S>, hasher: &mut H)where
    S: IntoIterator,
    H: Hasher,
    <S as IntoIterator>::Item: Hash,
Expand description

Hash an optional [HashSet].