Trait building_blocks::prelude::WriteExtent[][src]

pub trait WriteExtent<N, Src> {
    fn write_extent(&mut self, extent: &ExtentN<N>, src: Src);
}
Expand description

A trait to facilitate the generic implementation of copy_extent.

Required methods

Implementations on Foreign Types

Implementors