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