pub type SetUnionWithTombstonesSingletonSet<Item> = SetUnionWithTombstones<SingletonSet<Item>, SingletonSet<Item>>;
Expand description
crate::collections::SingletonSet
-backed SetUnionWithTombstones
lattice.
Aliased Type§
struct SetUnionWithTombstonesSingletonSet<Item> { /* private fields */ }