Function test_head

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