[][src]Trait walrus::dot::Dot

pub trait Dot {
    fn dot(&self, out: &mut String);
}

Render something into a GraphViz dot file.

Required methods

fn dot(&self, out: &mut String)

Render as dot into the given string.

Loading content...

Implementors

impl Dot for Function[src]

impl Dot for LocalFunction[src]

impl Dot for ExprId[src]

Loading content...