rstar::iterators

Type Alias LocateInEnvelopeIntersectingMut

Source
pub type LocateInEnvelopeIntersectingMut<'a, T> = SelectionIteratorMut<'a, T, SelectInEnvelopeFuncIntersecting<T>>;
Expand description

Aliased Typeยง

struct LocateInEnvelopeIntersectingMut<'a, T> { /* private fields */ }