Module assert_cmd::prelude[][src]

Extension traits that are useful to have available.

Re-exports

pub use cargo::CommandCargoExt;

Traits

CommandStdInExt

Write to stdin of a Command.

OutputAssertExt

Assert the state of an Output.

OutputOkExt

Convert an Output to a OutputResult.