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