Function test_edges_count

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