Enum bigint2::ParseHexError [] [src]

pub enum ParseHexError {
    InvalidCharacter,
    TooLong,
    TooShort,
    Other,
}

Errors exhibited from read_hex.

Variants

Trait Implementations

impl Debug for ParseHexError
[src]

Formats the value using the given formatter.