FlowListGraph

Type Alias FlowListGraph 

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