Enum duniter_keys::BaseConvertionError [] [src]

pub enum BaseConvertionError {
    InvalidKeyLendth(usizeusize),
    InvalidCharacter(charusize),
    InvalidBaseConverterLength(),
}

Errors enumeration for Base58/64 strings convertion.

Variants

Data have invalid key length (found, expected).

Base58 have an invalid character.

Base58 have invalid lendth

Trait Implementations

impl Clone for BaseConvertionError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BaseConvertionError
[src]

impl Debug for BaseConvertionError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BaseConvertionError
[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 Eq for BaseConvertionError
[src]