pub type VertexIterator<'vertex, VertexT> = Box<dyn Iterator<Item = VertexT> + 'vertex>;
Expand description

An iterator of vertices representing data points we are querying.

Aliased Type§

struct VertexIterator<'vertex, VertexT>(/* private fields */);