rstar::iterators

Type Alias LocateInEnvelopeIntersecting

Source
pub type LocateInEnvelopeIntersecting<'a, T> = SelectionIterator<'a, T, SelectInEnvelopeFuncIntersecting<T>>;
Expand description

Aliased Typeยง

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