Function dot::render_opts [] [src]

pub fn render_opts<'a, N: Clone + 'a, E: Clone + 'a, G: Labeller<'a, N, E> + GraphWalk<'a, N, E>, W: Write>(
    g: &'a G,
    w: &mut W,
    options: &[RenderOption]
) -> Result<()>

Renders graph g into the writer w in DOT syntax. (Main entry point for the library.)