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