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]

Loading content...

Implementors

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

Loading content...