Trait tor_keymgr::KeystoreError
source · pub trait KeystoreError: HasKind + StdError + DynClone + Debug + Display + Send + Sync + 'static {
// Provided method
fn boxed(self) -> Box<Self>
where Self: Sized { ... }
}Expand description
An error returned by a Keystore.