pub type Pei<T> = Peekable<<T as Exhaust>::Iter>;
Expand description
Convenience alias for a Peekable Exhaustive Iterator, frequently used in iterator implementations.
Note that this iterator’s items are of type T::Factory
, not T
.
Aliased Type§
struct Pei<T> { /* private fields */ }