(name: S)
| 142 | |
| 143 | impl 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 | |
| 149 | impl CommandCargoExt for process::Command { |
nothing calls this directly
no test coverage detected