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