Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ deref
Method
deref
zeroize/src/lib.rs:648–650 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
646
647
#[inline(always)]
648
fn deref(&self) -> &Z {
649
&self.0
650
}
651
}
652
653
impl<Z> ops::DerefMut for Zeroizing<Z>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected