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