Skip to main content

SetUnionWithTombstonesBTreeSet

Type Alias SetUnionWithTombstonesBTreeSet 

Source
pub type SetUnionWithTombstonesBTreeSet<Item> = SetUnionWithTombstones<BTreeSet<Item>, BTreeSet<Item>>;
Available on crate feature alloc only.
Expand description

Aliased Typeยง

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