Skip to main content

AssertZeroize

Trait AssertZeroize 

Source
pub trait AssertZeroize {
    // Required method
    fn zeroize_or_on_drop(&mut self);
}
Expand description

Auto-deref workaround for deriving ZeroizeOnDrop.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§