secure_zeroizing

Macro secure_zeroizing 

Source
macro_rules! secure_zeroizing {
    ($ty:ty, $expr:expr $(,)?) => { ... };
    (heap $ty:ty, $expr:expr $(,)?) => { ... };
}
Expand description

Create a zeroizing secret (auto-wiped on drop)