pub type BoundedStableUnGraph<N, E> = BoundedGraph<N, E, StableGraph<N, E, Undirected, DefaultIx>>;Expand description
An undirected bounded graph using StableGraph with default index type.
Aliased Typeยง
pub struct BoundedStableUnGraph<N, E> { /* private fields */ }