Trait building_blocks_storage::access_traits::ForEachMut[][src]

pub trait ForEachMut<'a, N, Coord> {
    type Item;
    fn for_each_mut(
        &'a mut self,
        extent: &ExtentN<N>,
        f: impl FnMut(Coord, Self::Item)
    ); }

Associated Types

Required methods

Implementations on Foreign Types

Implementors