MCPcopy 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)]
604pub struct Zeroizing<Z: Zeroize + ?Sized>(Z);
605
606impl<Z> Zeroizing<Z>
607where

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected