pub fn delete(name: &str) -> Result<(), SecretError>Expand description
Remove a stored secret. Removing a non-existent entry is not an error.
ยงErrors
Returns SecretError if the OS keychain is unreachable.
pub fn delete(name: &str) -> Result<(), SecretError>Remove a stored secret. Removing a non-existent entry is not an error.
Returns SecretError if the OS keychain is unreachable.