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

Class TestStruct

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

Source from the content-addressed store, hash-verified

269 }
270
271 struct TestStruct {
272 data: [u8; 4],
273 }
274
275 impl Zeroize for TestStruct {
276 fn zeroize(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected