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

pub struct WalletAddressParseError { /* 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]

[src]

Formats the value using the given formatter.

impl Display for WalletAddressParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for WalletAddressParseError
[src]

[src]

A short description of the error. Read more

[src]

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