pub trait ExIterStep: Clone + PartialOrd + Sized {
    type ExternalTraitSpecificationFor: Step;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§