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

Interface Secret

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

Source from the content-addressed store, hash-verified

355
356 #[allow(dead_code)]
357 trait Secret: ZeroizeOnDrop + Zeroize {}
358
359 impl<A: Marker> Secret for Test<A> {}
360

Callers

nothing calls this directly

Implementers 1

derive_zeroize_with_markerzeroize/tests/zeroize_derive.rs

Calls

no outgoing calls

Tested by

no test coverage detected