write_graph

Function write_graph 

Source
pub fn write_graph<W>(graph: &RootGraph, writer: &mut W) -> Result<(), Error>
where W: Write,