Function graphviz::render_optsUnstable
[-] [+]
[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 directed graph g
into the writer w
in DOT syntax.
(Main entry point for the library.)