Type Definition euclid::Rect

source ·
pub type Rect<T> = TypedRect<T, UnknownUnit>;
Expand description

The default rectangle type with no unit.