Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ TestTrait
Interface
TestTrait
zeroize/tests/zeroize.rs:267–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
#[test]
266
fn zeroizing_dyn_trait() {
267
trait TestTrait: Zeroize {
268
fn data(&self) -> &[u8];
269
}
270
271
struct TestStruct {
272
data: [u8; 4],
Callers
nothing calls this directly
Implementers
1
zeroizing_dyn_trait
zeroize/tests/zeroize.rs
Calls
no outgoing calls
Tested by
no test coverage detected