Trait rinecs::IntoUniqueIterator [−][src]
pub trait IntoUniqueIterator {
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> IntoUniqueIterator for I where
I: Iterator, [src]
I: Iterator,