Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ Zeroizing
Class
Zeroizing
zeroize/src/lib.rs:604–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
602
#[derive(Debug, Default, Eq, PartialEq)]
603
#[repr(transparent)]
604
pub struct Zeroizing<Z: Zeroize + ?Sized>(Z);
605
606
impl<Z> Zeroizing<Z>
607
where
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected