Enum base58::FromBase58Error [−][src]
Expand description
Errors that can occur when decoding base58 encoded string.
Variants
The input contained a character which is not a part of the base58 format.
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 !=.