Type Alias rs_graph::traits::NodeIterator

source ·
pub type NodeIterator<'a, G> = GraphIter<'a, G, <G as FiniteGraph>::NodeIt<'a>>;
Expand description

Iterator over all nodes of a graph.