pub type Union<'a, E> = WrapIter<E, Union<'a, u32>>;
Iterator over the &EnumSet
&EnumSet
pub struct Union<'a, E> { /* private fields */ }