pub trait HasRowChunksExact<F>: ImageStride<F> {
// Required method
fn rowchunks_exact(&self) -> RowChunksExact<'_> ⓘ;
}Expand description
An image whose rows can be iterated over.
pub trait HasRowChunksExact<F>: ImageStride<F> {
// Required method
fn rowchunks_exact(&self) -> RowChunksExact<'_> ⓘ;
}An image whose rows can be iterated over.