rstar::iterators

Type Alias LocateAllAtPointMut

Source
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 */ }