Enum rust_base58::base58::FromBase58Error [] [src]

pub enum FromBase58Error {
    InvalidBase58Byte(u8usize),
}

Errors that can occur when decoding a base58-encoded string

Variants

The input contained a character not part of the base58 alphabet

Trait Implementations

impl Clone for FromBase58Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FromBase58Error
[src]

impl Debug for FromBase58Error
[src]

Formats the value using the given formatter.

impl Display for FromBase58Error
[src]

Formats the value using the given formatter. Read more