Type Definition rstar::iterators::LocateAllAtPointMut

source ·
pub type LocateAllAtPointMut<'a, T> = SelectionIteratorMut<'a, T, SelectAtPointFunction<T>>;
Expand description

Iterator returned by RTree::locate_all_at_point_mut.