Trait building_blocks_storage::access_traits::FillExtent[][src]

pub trait FillExtent<N> {
    type Item;
    fn fill_extent(&mut self, extent: &ExtentN<N>, value: Self::Item);
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors