pub type NodeIterator<'a, G> = GraphIter<'a, G, <G as FiniteGraph>::NodeIt<'a>>;Expand description
Iterator over all nodes of a graph.
Aliased Typeยง
pub struct NodeIterator<'a, G>(/* private fields */);pub type NodeIterator<'a, G> = GraphIter<'a, G, <G as FiniteGraph>::NodeIt<'a>>;Iterator over all nodes of a graph.
pub struct NodeIterator<'a, G>(/* private fields */);