pub type IntoIter<T = Entity> = UniqueEntityIter<IntoIter<T>>;
Expand description
An iterator that moves out of a vector.
This struct
is created by the IntoIterator::into_iter
trait
method on UniqueEntityEquivalentVec
.
Aliased Typeยง
struct IntoIter<T = Entity> { /* private fields */ }