Trait image_iter::ImageStride
source · pub trait ImageStride<F>: ImageData<F> + Stride {
// Required method
fn rowchunks_exact(&self) -> RowChunksExact<'_> ⓘ;
}
pub trait ImageStride<F>: ImageData<F> + Stride {
// Required method
fn rowchunks_exact(&self) -> RowChunksExact<'_> ⓘ;
}