pub fn secret_string_from_str(s: &str) -> Result<SecretString, String>
Expand description

Parse a secret string, returning a displayable error.