Trait rin::ecs::storage::IntoOrderedIdedIterMut[][src]

pub trait IntoOrderedIdedIterMut {
    type OrderedIdedIterMut: Iterator;
    pub fn into_ordered_ided_iter_mut(self) -> Self::OrderedIdedIterMut;
}

Associated Types

type OrderedIdedIterMut: Iterator[src]

Loading content...

Required methods

pub fn into_ordered_ided_iter_mut(self) -> Self::OrderedIdedIterMut[src]

Loading content...

Implementors

impl<'a, T> IntoOrderedIdedIterMut for WriteGuardRef<'a, Forest<T>, ()>[src]

Loading content...