Type Definition euclid::rect::Rect [] [src]

type Rect<T> = TypedRect<T, UnknownUnit>;

The default rectangle type with no unit.