Function test_add_vertex

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