pub trait ImageExt { // Required methods fn image_tint(self, c: Color) -> View; fn image_fit(self, fit: ImageFit) -> View; }