Trait KeystoreError

Source
pub trait KeystoreError:
    HasKind
    + StdError
    + DynClone
    + Debug
    + Display
    + Send
    + Sync
    + 'static { }
Expand description

An error returned by a Keystore.

Implementors§

Source§

impl KeystoreError for ArtiNativeKeystoreError

Available on crate feature keymgr only.
Source§

impl KeystoreError for CTorKeystoreError

Available on crate features ctor-keystore and keymgr only.
Source§

impl KeystoreError for ArtiEphemeralKeystoreError

Available on crate features ephemeral-keystore and keymgr only.