Struct sgf_render::args::SgfRenderArgs [−][src]
pub struct SgfRenderArgs {
pub infile: Option<PathBuf>,
pub outfile: Option<PathBuf>,
pub options: MakeSvgOptions,
pub print_help: bool,
}Fields
infile: Option<PathBuf>outfile: Option<PathBuf>options: MakeSvgOptionsprint_help: bool