pub type SetUnionWithTombstonesHashSet<Item> = SetUnionWithTombstones<HashSet<Item>, HashSet<Item>>;Expand description
std::collections::HashSet-backed SetUnionWithTombstones lattice.
Aliased Typeยง
pub struct SetUnionWithTombstonesHashSet<Item> { /* private fields */ }