pub type SecretString = Secret<String>;
A Secret<String> — the most common secret type.
Secret<String>
pub struct SecretString { /* private fields */ }