pub fn save_gml<P: AsRef<Path>>( graph: &Graph<BookID, (), Undirected>, path: P ) -> Result<()>
Save a graph to a GML file.