Struct fractal_utils::wallet_address::WalletAddressParseError [] [src]

pub struct WalletAddressParseError {
    // some fields omitted
}

Wallet address parsing error.

This struct represents a wallet address parsing error. It can be used to check the validity of wallet address strings, and implements common Error and Display traits.

Trait Implementations

impl Debug for WalletAddressParseError
[src]

Formats the value using the given formatter.

impl Display for WalletAddressParseError
[src]

Formats the value using the given formatter.

impl Error for WalletAddressParseError
[src]

A short description of the error. Read more

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