pub fn hash_set_opt<T: Hash, H: Hasher>(
    set_opt: &Option<HashSet<T>>,
    hasher: &mut H
)
Expand description

Hash an optional HashSet.