Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitflags/bitflags
/ not
Method
not
tests/compile-fail/bitflags_custom_bits.rs:79–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
type Output = MyInt;
78
79
fn not(self) -> Self {
80
MyInt(!self.0)
81
}
82
}
83
84
impl Debug for MyInt {
Callers
nothing calls this directly
Calls
1
MyInt
Class · 0.85
Tested by
no test coverage detected