Type Definition SecretString
secrecy
type SecretString = Secret<String>;
Secret strings
impl FromStr for SecretString
type Err = ()
The associated error which can be returned from parsing.
fn from_str(src: &str) -> Result<Self, Self::Err>
Parses a string s to return a value of this type. Read more
s