Struct safe_core::self_encryption_storage::SelfEncryptionStorageError[][src]

pub struct SelfEncryptionStorageError(pub Box<CoreError>);

Errors arising from storage object being used by self-encryptors.

Trait Implementations

impl Debug for SelfEncryptionStorageError
[src]

Formats the value using the given formatter. Read more

impl Display for SelfEncryptionStorageError
[src]

Formats the value using the given formatter. Read more

impl Error for SelfEncryptionStorageError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<CoreError> for SelfEncryptionStorageError
[src]

Performs the conversion.

impl StorageError for SelfEncryptionStorageError
[src]

Auto Trait Implementations