Function print

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