pub trait RectExt { // Required method fn size(self) -> Size; }
Rectangle extensions
Rectangle
Returns the (correct) size of a Rectangle.