pub trait ExIntoIterator {
    type ExternalTraitSpecificationFor: IntoIterator;
}

Required Associated Types§

Implementors§