Type Alias rstar::iterators::RTreeIterator

source ·
pub type RTreeIterator<'a, T> = SelectionIterator<'a, T, SelectAllFunc>;
Expand description

Iterator returned by RTree::iter.

Aliased Type§

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