pub type GraphType<NodeWeight, EdgeWeight> = StableGraph<NodeWeight, EdgeWeight, Directed, u32>;Expand description
Shorthand for petgraph stable graph
Aliased Typeยง
pub struct GraphType<NodeWeight, EdgeWeight> { /* private fields */ }pub type GraphType<NodeWeight, EdgeWeight> = StableGraph<NodeWeight, EdgeWeight, Directed, u32>;Shorthand for petgraph stable graph
pub struct GraphType<NodeWeight, EdgeWeight> { /* private fields */ }