Type Alias rstar::iterators::LocateAllAtPoint

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

Iterator returned by RTree::locate_all_at_point.

Aliased Type§

struct LocateAllAtPoint<'a, T> { /* private fields */ }