SetUnionHashSet

Type Alias SetUnionHashSet 

Source
pub type SetUnionHashSet<Item> = SetUnion<HashSet<Item>>;
Expand description

Aliased Type§

#[repr(transparent)]
pub struct SetUnionHashSet<Item>(pub HashSet<Item>);

Tuple Fields§

§0: HashSet<Item>