1 2 3 4 5 6 7 8 9 10
use crate::cg; #[doc(alias = "NSPoint")] pub type Point = cg::Point; #[doc(alias = "NSSize")] pub type Size = cg::Size; #[doc(alias = "NSRect")] pub type Rect = cg::Rect;