Trait flatk::AtomMutIterator[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors