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