Marker trait for types whose [`Default`] is the desired zeroization result
| 253 | |
| 254 | /// Marker trait for types whose [`Default`] is the desired zeroization result |
| 255 | pub trait DefaultIsZeroes: Copy + Default + Sized {} |
| 256 | |
| 257 | /// Fallible trait for representing cases where zeroization may or may not be |
| 258 | /// possible. |
nothing calls this directly
no outgoing calls
no test coverage detected