Enum graphviz_rust::cmd::CommandArg [−][src]
Expand description
Command arguments that can be passed to exec.
The list of possible commands
Variants
Custom(String)any custom argument.
Note: it does not manage any prefixes and thus ‘-’ or the prefix must be passed as well.
Tuple Fields of Custom
0: StringOutput(String)Regulates the output file with -o prefix
Tuple Fields of Output
0: StringLayout(Layout)Layouts in cmd
Tuple Fields of Layout
0: LayoutFormat(Format)Output formats in cmd
Tuple Fields of Format
0: Format