pub trait NSRectExt { // Required methods fn size(&self) -> Size<Pixels>; fn intersects(&self, other: Self) -> bool; }