pub type LocateWithinDistanceIterator<'a, T> = SelectionIterator<'a, T, SelectWithinDistanceFunction<T>>;
Expand description

Iterator returned by RTree::locate_within_distance.