usesuper::geo::*;usesuper::bounding_box::*;////// Trait implemented by types that have a bounding box associated with them
///pubtraitHasBoundingBox : Geo {////// Returns the bounding box that encloses this item
///fnget_bounding_box<Bounds:BoundingBox<Point=Self::Point>>(&self)-> Bounds;}