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