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

Interface T

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

Source from the content-addressed store, hash-verified

232#[test]
233fn derive_bound() {
234 trait T: Zeroize {}
235
236 impl T for u8 {}
237

Callers

nothing calls this directly

Implementers 1

derive_boundzeroize/tests/zeroize_derive.rs

Calls

no outgoing calls

Tested by

no test coverage detected