pub type SetUnionHashSet<Item> = SetUnion<HashSet<Item>>;Expand description
std::collections::HashSet-backed SetUnion lattice.
Aliased Type§
#[repr(transparent)]pub struct SetUnionHashSet<Item>(pub HashSet<Item>);Tuple Fields§
§0: HashSet<Item>