Trait rin::ecs::IntoUniqueParallelIterator [−][src]
pub trait IntoUniqueParallelIterator { pub unsafe fn into_unique(self) -> UniqueEntitiesIterWrapper<Self> { ... } }
Provided methods
pub unsafe fn into_unique(self) -> UniqueEntitiesIterWrapper<Self>
[src]
Implementors
impl<I> IntoUniqueParallelIterator for I where
I: ParallelIterator,
[src]
I: ParallelIterator,