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]

[src]

Formats the value using the given formatter.

impl From<SerializationError> for CompatSerializationError
[src]

[src]

Performs the conversion.

impl Display for CompatSerializationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CompatSerializationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Error for CompatSerializationError
[src]

[src]

Used when a [Serialize] implementation encounters any error while serializing a type. Read more