Skip to main content

BoundedStableUnGraph

Type Alias BoundedStableUnGraph 

Source
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 */ }