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

Interface DefaultIsZeroes

zeroize/src/lib.rs:255–255  ·  view source on GitHub ↗

Marker trait for types whose [`Default`] is the desired zeroization result

Source from the content-addressed store, hash-verified

253
254/// Marker trait for types whose [`Default`] is the desired zeroization result
255pub trait DefaultIsZeroes: Copy + Default + Sized {}
256
257/// Fallible trait for representing cases where zeroization may or may not be
258/// possible.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected