Enum base58check::FromBase58Error [] [src]

pub enum FromBase58Error {
    InvalidBase58Character(charusize),
    InvalidBase58Length,
}

Errors that can occur when decoding base58 encoded string.

Variants

The input contained a character which is not a part of the base58 format.

The input had invalid length.

Trait Implementations

impl PartialEq<FromBase58Error> for FromBase58Error
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for FromBase58Error
[src]

[src]

Formats the value using the given formatter.