pub fn get(name: &str) -> Result<Option<String>, SecretError>Expand description
Fetch a stored secret. Ok(None) means “no entry” (not an error).
§Errors
Returns SecretError if the OS keychain is unreachable.
pub fn get(name: &str) -> Result<Option<String>, SecretError>Fetch a stored secret. Ok(None) means “no entry” (not an error).
Returns SecretError if the OS keychain is unreachable.