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