pub fn exec(
graph: Graph,
ctx: &mut PrinterContext,
args: Vec<CommandArg>,
) -> Result<Vec<u8>>
Expand description
Executes the dot
command line executable
using the given Graph, PrinterContext and command line arguments.
pub fn exec(
graph: Graph,
ctx: &mut PrinterContext,
args: Vec<CommandArg>,
) -> Result<Vec<u8>>
Executes the dot
command line executable
using the given Graph, PrinterContext and command line arguments.