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

Method drop

zeroize/src/lib.rs:700–702  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

698 Z: Zeroize + ?Sized,
699{
700 fn drop(&mut self) {
701 self.0.zeroize();
702 }
703}
704
705#[cfg(feature = "serde")]

Callers

nothing calls this directly

Calls 1

zeroizeMethod · 0.45

Tested by

no test coverage detected