pub trait ZeroizeWithDefault: Copy + Default + Sized { }
Expand description

Marker trait for types which can be zeroized with the Default value

Implementations on Foreign Types

Implementors