pub trait Zeroize { // Required method fn zeroize(&mut self); }
Trait for securely erasing values from memory.