SecretString

Type Alias SecretString 

Source
pub type SecretString = Secret<String>;
Expand description

Secret strings

Aliased Typeยง

pub struct SecretString { /* private fields */ }