pub trait KeystoreError: HasKind + StdError + DynClone + Debug + Display + Send + Sync + 'static { }
An error returned by a Keystore.
Keystore