Function test_in_edges

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