Enum bitcoin_bech32::BitConversionError [] [src]

pub enum BitConversionError {
    InvalidInputValue(u8),
    InvalidPadding,
}

Error types during bit conversion

Variants

Input value exceeds "from bits" size

Invalid padding values in data

Trait Implementations

impl PartialEq for BitConversionError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for BitConversionError
[src]

Formats the value using the given formatter.

impl Display for BitConversionError
[src]

Formats the value using the given formatter. Read more

impl Error for BitConversionError
[src]

A short description of the error. Read more

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