Enum hardware_wallet::Error [−][src]
Hardware wallet error.
Variants
LedgerDevice(Error)Ledger device error.
TrezorDevice(Error)Trezor device error
Usb(Error)USB error.
Hid(String)HID error
KeyNotFoundHardware wallet not found for specified key.
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<Error> for Error[src]
impl From<Error> for Error