pub trait KeystoreError:
HasKind
+ StdError
+ DynClone
+ Debug
+ Display
+ Send
+ Sync
+ 'static { }
Expand description
An error returned by a Keystore
.
Implementors§
impl KeystoreError for ArtiNativeKeystoreError
Available on crate feature
keymgr
only.impl KeystoreError for CTorKeystoreError
Available on crate features
ctor-keystore
and keymgr
only.impl KeystoreError for ArtiEphemeralKeystoreError
Available on crate features
ephemeral-keystore
and keymgr
only.