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

Hash an optional set of items.