Intersection

Type Alias Intersection 

Source
pub type Intersection<'a, E> = WrapIter<E, Intersection<'a, u32>>;
Expand description

Iterator over the &EnumSet

Aliased Typeยง

pub struct Intersection<'a, E> { /* private fields */ }