Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/carllerche/assert-struct
/ new
Method
new
assert-struct/src/error.rs:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
impl PlainOutputGuard {
28
pub fn new() -> Self {
29
PLAIN_OUTPUT.with(|c| c.set(true));
30
PlainOutputGuard
31
}
32
}
33
34
impl Drop for PlainOutputGuard {
Callers
nothing calls this directly
Calls
1
absolute_source_path
Function · 0.85
Tested by
no test coverage detected