pub trait ImageViewExt: Image { // Required method fn wrap(&self, x: Range<u16>, y: Range<u16>) -> ImageView<'_, Self>; }