keymgr: Derive Debug for ArtiNativeKeyStore.

This commit is contained in:
Gabriela Moldovan 2023-06-28 19:40:05 +01:00
parent ff02270307
commit 89d52fff3e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use err::{ArtiNativeKeystoreError, FilesystemAction};
use fs_mistrust::{CheckedDir, Mistrust};
/// The Arti key store.
#[derive(Debug)]
pub struct ArtiNativeKeyStore {
/// The root of the key store.
keystore_dir: CheckedDir,