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