SetUnionWithTombstonesTombstoneOnlySet

Type Alias SetUnionWithTombstonesTombstoneOnlySet 

Source
pub type SetUnionWithTombstonesTombstoneOnlySet<Item> = SetUnionWithTombstones<EmptySet<Item>, SingletonSet<Item>>;
Expand description

Aliased Typeยง

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