[][src]Type Definition petgraph::stable_graph::StableUnGraph

type StableUnGraph<N, E, Ix = DefaultIx> = StableGraph<N, E, Undirected, Ix>;

A StableGraph with undirected edges.

For example, an edge between 1 and 2 is equivalent to an edge between 2 and 1.