pub trait ImageRefExt: ImageRef {
// Provided methods
fn bounds_check(&self) -> Result<(), BoundsCheckError> { ... }
fn crop(self, window: Window) -> Result<Cropped<Self>, CropError>
where Self: Sized { ... }
}Expand description
ImageRef extension methods