Type Alias lattices::set_union::SetUnionHashSet
source · pub type SetUnionHashSet<Item> = SetUnion<HashSet<Item>>;
Expand description
std::collections::HashSet
-backed SetUnion
lattice.
Aliased Type§
struct SetUnionHashSet<Item>(pub HashSet<Item>);
Fields§
§0: HashSet<Item>