pub fn write_gexf<W: Write>(
writer: &mut W,
nodes: &[Node],
edges: &[Edge],
) -> Result<(), ExportError>Expand description
Writes a complete GEXF 1.3 document to the given writer.
ยงErrors
Returns ExportError::Io if writing fails.
pub fn write_gexf<W: Write>(
writer: &mut W,
nodes: &[Node],
edges: &[Edge],
) -> Result<(), ExportError>Writes a complete GEXF 1.3 document to the given writer.
Returns ExportError::Io if writing fails.