Function test_all_edges

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