Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ deref_mut
Method
deref_mut
zeroize/src/lib.rs:658–660 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
656
{
657
#[inline(always)]
658
fn deref_mut(&mut self) -> &mut Z {
659
&mut self.0
660
}
661
}
662
663
impl<T, Z> AsRef<T> for Zeroizing<Z>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected