pub trait Aabb { type Num: Num; fn get(&self) -> &Rect<Self::Num>; }
Trait to signify that this object has an axis aligned bounding box.