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

Method unwrap_err

src/cmd.rs:176–178  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

174 /// [Output]: std::process::Output
175 #[track_caller]
176 pub fn unwrap_err(&mut self) -> OutputError {
177 OutputOkExt::unwrap_err(self)
178 }
179
180 /// Run a `Command` and make assertions on the [`Output`].
181 ///

Callers

nothing calls this directly

Calls 1

okMethod · 0.45

Tested by

no test coverage detected