Expand description
The Indexable trait — what can be stored in an Rtree.
Mirrors boost/geometry/index/indexable.hpp: an indexable value is
anything from which the index can read an axis-aligned bounding box.
Boost’s indexable function object maps points, boxes, and segments
to their bounds; the port makes that a trait with impls for the same
kinds.