pub type SetUnionWithTombstonesVec<Item> = SetUnionWithTombstones<Vec<Item>, Vec<Item>>;Available on crate feature
alloc only.Expand description
Vec-backed SetUnionWithTombstones lattice.
Aliased Typeยง
pub struct SetUnionWithTombstonesVec<Item> { /* private fields */ }