pub type SecretValue = Zeroizing<String>;
A secret value that is automatically zeroed when dropped.
pub struct SecretValue(/* private fields */);