pub type SetUnionSingletonSet<Item> = SetUnion<SingletonSet<Item>>;Expand description
crate::collections::SingletonSet-backed SetUnion lattice.
Aliased Type§
#[repr(transparent)]pub struct SetUnionSingletonSet<Item>(pub SingletonSet<Item>);Tuple Fields§
§0: SingletonSet<Item>