MCPcopy Create free account
hub / github.com/RustCrypto/utils / ZeroizedOnDrop

Class ZeroizedOnDrop

zeroize/tests/zeroize.rs:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Clone, Debug, PartialEq)]
22struct ZeroizedOnDrop(u64);
23
24impl Drop for ZeroizedOnDrop {
25 fn drop(&mut self) {

Callers 2

Calls

no outgoing calls

Tested by 2