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

Method drop

zeroize/tests/zeroize.rs:25–27  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

23
24impl Drop for ZeroizedOnDrop {
25 fn drop(&mut self) {
26 self.0.zeroize();
27 }
28}
29
30#[test]

Callers

nothing calls this directly

Calls 1

zeroizeMethod · 0.45

Tested by

no test coverage detected