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