macro_rules! secure_zeroizing {
($ty:ty, $expr:expr $(,)?) => { ... };
(heap $ty:ty, $expr:expr $(,)?) => { ... };
}Expand description
Create a zeroizing secret (auto-wiped on drop)
macro_rules! secure_zeroizing {
($ty:ty, $expr:expr $(,)?) => { ... };
(heap $ty:ty, $expr:expr $(,)?) => { ... };
}Create a zeroizing secret (auto-wiped on drop)