Function graphannis_core::graph::serialization::graphml::export

source ยท
pub fn export<CT: ComponentType, W: Write, F>(
    graph: &Graph<CT>,
    graph_configuration: Option<&str>,
    output: W,
    progress_callback: F
) -> Result<()>
where F: Fn(&str),