SetUnionBTreeSet

Type Alias SetUnionBTreeSet 

Source
pub type SetUnionBTreeSet<Item> = SetUnion<BTreeSet<Item>>;
Expand description

Aliased Type§

#[repr(transparent)]
pub struct SetUnionBTreeSet<Item>(pub BTreeSet<Item>);

Tuple Fields§

§0: BTreeSet<Item>