pub fn export<CT: ComponentType, W: Write, F>(
graph: &Graph<CT>,
graph_configuration: Option<&str>,
output: W,
progress_callback: F,
) -> Result<()>Expand description
Export the GraphML file without any guarantuee on the order of the XML elements.
This is faster than than export_stable_order.