Type Alias Iter

Source
pub type Iter<'a, T> = UniqueEntityIter<Iter<'a, T>>;
Expand description

Immutable slice iterator.

This struct is created by iter method on UniqueEntityEquivalentSlice and the IntoIterator impls on it and UniqueEntityEquivalentVec.

Aliased Typeยง

struct Iter<'a, T> { /* private fields */ }