pub type MapUnionWithTombstonesFstString<Val> = MapUnionWithTombstones<HashMap<String, Val>, FstTombstoneSet<String>>;Expand description
FST-backed tombstone set with HashMap for the main map.
Provides space-efficient, collision-free tombstone storage for String keys.
Aliased Typeยง
pub struct MapUnionWithTombstonesFstString<Val> { /* private fields */ }