Enum emerald_rs::storage::KeystoreError [] [src]

pub enum KeystoreError {
    StorageError(String),
    NotFound(String),
}

Variants

General storage error

KeyFile not found

Trait Implementations

impl From<KeystoreError> for Error
[src]

[src]

Performs the conversion.

impl Debug for KeystoreError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for KeystoreError
[src]

[src]

Performs the conversion.

impl From<EncoderError> for KeystoreError
[src]

[src]

Performs the conversion.

impl From<SerializeError> for KeystoreError
[src]

[src]

Performs the conversion.

impl From<Utf8Error> for KeystoreError
[src]

[src]

Performs the conversion.

impl From<Error> for KeystoreError
[src]

[src]

Performs the conversion.

impl Display for KeystoreError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for KeystoreError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for KeystoreError

impl Sync for KeystoreError