Function test_remove_vertex_with_edges

Source
pub fn test_remove_vertex_with_edges<Graph>(graph: &mut Graph)
where Graph: Graph<Vertex = Vertex, Edge = Edge>,