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