Enum bitcoin_bech32::BitConversionError
[−]
[src]
pub enum BitConversionError {
InvalidInputValue(u8),
InvalidPadding,
}Error types during bit conversion
Variants
InvalidInputValue(u8)Input value exceeds "from bits" size
InvalidPaddingInvalid padding values in data
Trait Implementations
impl PartialEq for BitConversionError[src]
fn eq(&self, __arg_0: &BitConversionError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BitConversionError) -> bool
This method tests for !=.