pub trait QTQueryable: CollidesWith<Edge> + CollidesWith<Rect> {
// Provided method
fn collides_with_quadrants(&self, _r: &Rect, qs: [&Rect; 4]) -> [bool; 4] { ... }
}
pub trait QTQueryable: CollidesWith<Edge> + CollidesWith<Rect> {
// Provided method
fn collides_with_quadrants(&self, _r: &Rect, qs: [&Rect; 4]) -> [bool; 4] { ... }
}