SetUnionSingletonSet

Type Alias SetUnionSingletonSet 

Source
pub type SetUnionSingletonSet<Item> = SetUnion<SingletonSet<Item>>;
Expand description

Aliased Type§

#[repr(transparent)]
pub struct SetUnionSingletonSet<Item>(pub SingletonSet<Item>);

Tuple Fields§

§0: SingletonSet<Item>