pub type SetUnionWithTombstonesFstString = SetUnionWithTombstones<HashSet<String>, FstTombstoneSet<String>>;Available on crate feature
std only.Expand description
FST-backed tombstone set with std::collections::HashSet for the main set.
Provides space-efficient, collision-free tombstone storage for String keys.
Aliased Typeยง
pub struct SetUnionWithTombstonesFstString { /* private fields */ }