Type Alias SetUnionWithTombstonesBTreeSet

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

Aliased Typeยง

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