Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ deref
Method
deref
zeroize/tests/zeroize_derive.rs:301–303 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
299
type Target = [u8];
300
301
fn deref(&self) -> &Self::Target {
302
&self.0
303
}
304
}
305
306
impl core::ops::DerefMut for X {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected