IntoIter

Type Alias IntoIter 

Source
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ยง

pub struct IntoIter<T = Entity> { /* private fields */ }