Trait rinecs::storage::IntoIter[][src]

pub trait IntoIter {
    type Iter: Iterator;
    fn into_iter(self) -> Self::Iter;
}

Associated Types

type Iter: Iterator[src]

Loading content...

Required methods

fn into_iter(self) -> Self::Iter[src]

Loading content...

Implementors

Loading content...