Skip to main content

SetUnionWithTombstonesHashSet

Type Alias SetUnionWithTombstonesHashSet 

Source
pub type SetUnionWithTombstonesHashSet<Item> = SetUnionWithTombstones<HashSet<Item>, HashSet<Item>>;
Available on crate feature std only.
Expand description

Aliased Typeยง

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