pub trait BoxIntersectionTestFunc2<T>: FnMut(&T, &BoundingBox2D) -> bool { }
Box-item intersection test function.