SetUnionVec

Type Alias SetUnionVec 

Source
pub type SetUnionVec<Item> = SetUnion<Vec<Item>>;
Expand description

Vec-backed SetUnion lattice.

Aliased Type§

#[repr(transparent)]
pub struct SetUnionVec<Item>(pub Vec<Item>);

Tuple Fields§

§0: Vec<Item>