keymgr: Implement HasKind for SshKeyError.

This commit is contained in:
Gabriela Moldovan 2023-06-27 11:27:08 +01:00
parent c8a128cc59
commit ef1c969c73
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ impl SshKeyError {
impl HasKind for SshKeyError {
fn kind(&self) -> ErrorKind {
// TODO hs
ErrorKind::Other
ErrorKind::KeystoreCorrupted
}
}