Trait extemp::dot::ToDot
[−]
[src]
pub trait ToDot { fn dot(&self) -> String; }
Trait for things that have a GraphViz dot representation
Required Methods
Implementors
impl ToDot for Automaton
impl ToDot for Transition