create_digraph

Function create_digraph 

Source
pub fn create_digraph<N: Node + Debug, E: EdgeWeight>() -> DiGraph<N, E>
Expand description

Create a new empty directed graph