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