Enum cardano_serialization_lib::chain_crypto::PublicKeyFromStrError [−][src]
pub enum PublicKeyFromStrError {
HexMalformed(FromHexError),
KeyInvalid(PublicKeyError),
}
Variants
HexMalformed(FromHexError)
Tuple Fields of HexMalformed
0: FromHexError
KeyInvalid(PublicKeyError)
Tuple Fields of KeyInvalid
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PublicKeyFromStrError
impl Send for PublicKeyFromStrError
impl Sync for PublicKeyFromStrError
impl Unpin for PublicKeyFromStrError
impl UnwindSafe for PublicKeyFromStrError
Blanket Implementations
Mutably borrows from an owned value. Read more