Type Definition rs_graph::traits::NodeIterator[][src]

type NodeIterator<'a, G> = GraphIter<'a, G, <G as GraphSize<'a>>::NodeIt>;

Iterator over all nodes of a graph.