pub type SetUnionWithTombstonesBTreeSet<Item> = SetUnionWithTombstones<BTreeSet<Item>, BTreeSet<Item>>;
Expand description

Aliased Type§

struct SetUnionWithTombstonesBTreeSet<Item> { /* private fields */ }