Type Definition rstar::iterators::LocateInEnvelopeMut

source ·
pub type LocateInEnvelopeMut<'a, T> = SelectionIteratorMut<'a, T, SelectInEnvelopeFunction<T>>;
Expand description

Iterator returned by RTree::locate_in_envelope_mut.