Struct cardano_serialization_lib::error::DeserializeError
source · pub struct DeserializeError { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for DeserializeError
impl Debug for DeserializeError
source§impl Display for DeserializeError
impl Display for DeserializeError
source§impl Error for DeserializeError
impl Error for DeserializeError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<DeserializeError> for JsError
impl From<DeserializeError> for JsError
source§fn from(e: DeserializeError) -> JsError
fn from(e: DeserializeError) -> JsError
Converts to this type from the input type.
source§impl From<DeserializeFailure> for DeserializeError
impl From<DeserializeFailure> for DeserializeError
source§fn from(failure: DeserializeFailure) -> DeserializeError
fn from(failure: DeserializeFailure) -> DeserializeError
Converts to this type from the input type.
source§impl From<Error> for DeserializeError
impl From<Error> for DeserializeError
source§fn from(err: Error) -> DeserializeError
fn from(err: Error) -> DeserializeError
Converts to this type from the input type.
source§impl From<PublicKeyError> for DeserializeError
impl From<PublicKeyError> for DeserializeError
source§fn from(err: PublicKeyError) -> DeserializeError
fn from(err: PublicKeyError) -> DeserializeError
Converts to this type from the input type.
source§impl From<SignatureError> for DeserializeError
impl From<SignatureError> for DeserializeError
source§fn from(err: SignatureError) -> DeserializeError
fn from(err: SignatureError) -> DeserializeError
Converts to this type from the input type.