pub type MapUnionWithTombstonesTombstoneSingletonSetOnly<K, Val> = MapUnionWithTombstones<EmptyMap<K, Val>, SingletonSet<K>>;
Expand description

Aliased Type§

struct MapUnionWithTombstonesTombstoneSingletonSetOnly<K, Val> { /* private fields */ }