print

Function print 

Source
pub fn print<P: SourceParser>(
    graph: &Graph<P>,
    opts: &TreeOptions,
    out: &mut dyn Write,
) -> Result<()>