Trait rinecs::storage::IntoOrderedIter[][src]

pub trait IntoOrderedIter {
    type OrderedIter: Iterator;
    fn into_ordered_iter(self) -> Self::OrderedIter;
}

Associated Types

type OrderedIter: Iterator[src]

Loading content...

Required methods

fn into_ordered_iter(self) -> Self::OrderedIter[src]

Loading content...

Implementors

Loading content...