SetUnionOptionSet

Type Alias SetUnionOptionSet 

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

Option-backed SetUnion lattice.

Aliased Type§

#[repr(transparent)]
pub struct SetUnionOptionSet<Item>(pub OptionSet<Item>);

Tuple Fields§

§0: OptionSet<Item>