pub trait RectToi32 { // Required methods fn to_i32(&self) -> Rect<i32>; fn ceil(&self) -> Rect<f64>; }