[][src]Trait automata::dot::WriteDot

pub trait WriteDot: Write {
    fn write_dot<D: DotGraph>(&mut self, graph: D) -> Result<()> { ... }
}

Extension to std::io::Write for writing dot graphs.

Provided methods

fn write_dot<D: DotGraph>(&mut self, graph: D) -> Result<()>

Loading content...

Implementors

Loading content...