Trait cargo_test_support::CargoCommand
source · pub trait CargoCommand {
// Required method
fn cargo_ui() -> Self;
}Expand description
Test the cargo command
Required Methods§
Object Safety§
This trait is not object safe.
pub trait CargoCommand {
// Required method
fn cargo_ui() -> Self;
}Test the cargo command