pub type LocateInEnvelopeIntersecting<'a, T> = SelectionIterator<'a, T, SelectInEnvelopeFuncIntersecting<T>>;
Expand description
Iterator returned by RTree::locate_in_envelope_intersecting
.
Aliased Typeยง
struct LocateInEnvelopeIntersecting<'a, T> { /* private fields */ }