Struct cargo::ops::DocOptions
source · pub struct DocOptions {
pub open_result: bool,
pub compile_opts: CompileOptions,
}
Expand description
Strongly typed options for the cargo doc
command.
Fields§
§open_result: bool
Whether to attempt to open the browser after compiling the docs
compile_opts: CompileOptions
Options to pass through to the compiler