MCPcopy Create free account
hub / github.com/assert-rs/assert_cmd / cargo_bin

Method cargo_bin

src/cargo.rs:144–146  ·  view source on GitHub ↗
(name: S)

Source from the content-addressed store, hash-verified

142
143impl CommandCargoExt for crate::cmd::Command {
144 fn cargo_bin<S: AsRef<str>>(name: S) -> Result<Self, CargoError> {
145 Self::cargo_bin(name)
146 }
147}
148
149impl CommandCargoExt for process::Command {

Callers

nothing calls this directly

Calls 2

cargo_binFunction · 0.85
cargo_bin_cmdFunction · 0.85

Tested by

no test coverage detected