Trait aurum_image::Bounds [] [src]

pub trait Bounds {
    type Index: Copy;
    fn in_bounds(&self, index: Self::Index) -> bool;
}

Image boundaries trait.

Associated Types

Required Methods

Implementors