Function test_vertices_detour

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