Enum base58::FromBase58Error
source · [−]Expand description
Errors that can occur when decoding base58 encoded string.
Variants
InvalidBase58Character(char, usize)
The input contained a character which is not a part of the base58 format.
InvalidBase58Length
The input had invalid length.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.