Type Definition rstar::iterators::LocateAllAtPoint

source ·
pub type LocateAllAtPoint<'a, T> = SelectionIterator<'a, T, SelectAtPointFunction<T>>;
Expand description

Iterator returned by RTree::locate_all_at_point.