rstar::iterators

Type Alias LocateInEnvelopeMut

Source
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 */ }