pub type FlowListGraph<W, Dir> = SimpleGraph<W, DefaultEdge<W>, Dir, FlowList<W, Dir>>;Expand description
A SimpleGraph that uses FlowList as its storage.
Aliased Typeยง
pub struct FlowListGraph<W, Dir> { /* private fields */ }pub type FlowListGraph<W, Dir> = SimpleGraph<W, DefaultEdge<W>, Dir, FlowList<W, Dir>>;A SimpleGraph that uses FlowList as its storage.
pub struct FlowListGraph<W, Dir> { /* private fields */ }