Struct serde_xdr::CompatSerializationError
[−]
[src]
pub struct CompatSerializationError(_);
An Error-compatible wrapper for SerializationError.
Contains helper methods to convert to and from the wrapped type.
Trait Implementations
impl Debug for CompatSerializationError[src]
impl From<SerializationError> for CompatSerializationError[src]
fn from(error: SerializationError) -> Self[src]
Performs the conversion.
impl Display for CompatSerializationError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for CompatSerializationError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more