Type Alias GraphType

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