Trait extemp::dot::ToDot [] [src]

pub trait ToDot {
    fn dot(&self) -> String;
}

Trait for things that have a GraphViz dot representation

Required Methods

Produce a GraphViz dot representation

Implementors