MCPcopy Index your code
hub / github.com/assert-rs/assert_cmd / panic

Method panic

src/assert.rs:1060–1062  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1058impl AssertError {
1059 #[track_caller]
1060 fn panic<T>(self) -> T {
1061 panic!("{}", self)
1062 }
1063
1064 /// Returns the [`Assert`] wrapped into the [`Result`] produced by
1065 /// the `try_` variants of the [`Assert`] methods.

Callers 6

successMethod · 0.80
failureMethod · 0.80
interruptedMethod · 0.80
codeMethod · 0.80
stdoutMethod · 0.80
stderrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected