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

Parse a sercret string, returning a displayable error.