Function test_vertices_count

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