Trait flatk::ViewMutIterator[][src]

pub trait ViewMutIterator<'a> {
    type Item;
    type Iter: Iterator<Item = Self::Item>;
    fn view_mut_iter(&'a mut self) -> Self::Iter;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors