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.
pub fn exec_dot(dot_graph: String, args: Vec<CommandArg>) -> Result<Vec<u8>>
Executes the dot
command line executable
using the given string dot notation, PrinterContext and command line arguments.