Function graphviz::render[src]
pub fn render<'a, N, E, G: Labeller<'a, N, E> + GraphWalk<'a, N, E>, W: Writer>(g: &'a G, w: &mut W) -> IoResult<()>
Renders directed graph g into the writer w in DOT syntax.
(Main entry point for the library.)
pub fn render<'a, N, E, G: Labeller<'a, N, E> + GraphWalk<'a, N, E>, W: Writer>(g: &'a G, w: &mut W) -> IoResult<()>
Renders directed graph g into the writer w in DOT syntax.
(Main entry point for the library.)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).