Enum keyring::KeyringError [] [src]

pub enum KeyringError {
    WindowsVaultError,
    NoBackendFound,
    NoPasswordFound,
    Parse(FromUtf8Error),
}

Variants

Trait Implementations

impl Debug for KeyringError
[src]

Formats the value using the given formatter.

impl Display for KeyringError
[src]

Formats the value using the given formatter.

impl Error for KeyringError
[src]

A short description of the error. Read more

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

impl From<FromUtf8Error> for KeyringError
[src]

Performs the conversion.