cargo_
test_
support
1.83.0-nightly
(1bc403daa 2024-10-11)
Cargo
Command
Ext
Required Methods
cargo_ui
Implementations on Foreign Types
Command
Object Safety
Implementors
In crate cargo_
test_
support
cargo_test_support
Trait
CargoCommandExt
Copy item path
source
pub trait CargoCommandExt { // Required method fn
cargo_ui
() -> Self; }
Expand description
Test the cargo command
Required Methods
§
source
fn
cargo_ui
() -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
CargoCommandExt
for Command
source
§
fn
cargo_ui
() -> Self
Implementors
§