pub fn hash_set_opt<T: Hash, H: Hasher>( set_opt: &Option<HashSet<T>>, hasher: &mut H)
Hash an optional HashSet.
HashSet