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 Automatonimpl ToDot for Transition