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

Aliased Type§

struct SetUnionSingletonSet<Item>(pub SingletonSet<Item>);

Fields§

§0: SingletonSet<Item>