pub fn create_digraph<N: Node + Debug, E: EdgeWeight>() -> DiGraph<N, E>
Create a new empty directed graph