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

type EdgeIterator<'a, G> = GraphIter<'a, G, <G as GraphSize<'a>>::EdgeIt>;

Iterator over all edges of a graph.