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

Method into_output

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

Source from the content-addressed store, hash-verified

764 type Predicate = P;
765
766 fn into_output(self) -> Self::Predicate {
767 self
768 }
769}
770
771/// Keep `predicates` concrete Predicates out of our public API.

Callers 3

try_stdoutMethod · 0.80
try_stderrMethod · 0.80
convert_outputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected