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

Method data

zeroize/tests/zeroize.rs:288–290  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

286
287 impl TestTrait for TestStruct {
288 fn data(&self) -> &[u8] {
289 &self.data
290 }
291 }
292
293 let mut b: Box<Zeroizing<dyn TestTrait>> =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected