pub trait ExIterator {
    type ExternalTraitSpecificationFor: Iterator;
}

Required Associated Types§

Implementors§