Trait building_blocks_storage::access_traits::ForEach[][src]

pub trait ForEach<N, Coord> {
    type Item;
    fn for_each(&self, extent: &ExtentN<N>, f: impl FnMut(Coord, Self::Item));
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors