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]

Loading content...

Implementors

impl<I> IntoUniqueIterator for I where
    I: Iterator
[src]

Loading content...