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