Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stdout
Method · 0.80
try_stderr
Method · 0.80
convert_output
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected