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