Function graphviz_rust::exec_dot
source · pub fn exec_dot(dot_graph: String, args: Vec<CommandArg>) -> Result<Vec<u8>>Expand description
Executes the dot command line executable
using the given string dot notation, PrinterContext and command line arguments.