pub type SetUnionOptionSet<Item> = SetUnion<OptionSet<Item>>;
Expand description

Option-backed SetUnion lattice.

Aliased Type§

struct SetUnionOptionSet<Item>(pub OptionSet<Item>);

Fields§

§0: OptionSet<Item>