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]

Loading content...

Implementors

impl<I> IntoUniqueParallelIterator for I where
    I: ParallelIterator
[src]

Loading content...