Struct bitcoin_amount::ParseAmountError[][src]

pub struct ParseAmountError(_);

An error during Amount parsing.

Trait Implementations

impl Debug for ParseAmountError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseAmountError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseAmountError
[src]

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

This method is soft-deprecated. Read more

Auto Trait Implementations