cargo_test_support

Trait CargoCommandExt

Source
pub trait CargoCommandExt {
    // Required method
    fn cargo_ui() -> Self;
}
Expand description

Test the cargo command

Required Methods§

Source

fn cargo_ui() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl CargoCommandExt for Command

Source§

fn cargo_ui() -> Self

Implementors§