Enum hardware_wallet::Error[][src]

pub enum Error {
    LedgerDevice(Error),
    TrezorDevice(Error),
    Usb(Error),
    Hid(String),
    KeyNotFound,
}

Hardware wallet error.

Variants

Ledger device error.

Trezor device error

USB error.

HID error

Hardware wallet not found for specified key.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error