Struct cargo::ops::TestOptions
source · pub struct TestOptions {
pub compile_opts: CompileOptions,
pub no_run: bool,
pub no_fail_fast: bool,
}
Fields§
§compile_opts: CompileOptions
§no_run: bool
§no_fail_fast: bool