Struct neli::err::SerError [] [src]

pub struct SerError(_);

Serialization error

Methods

impl SerError
[src]

[src]

Create a new error with the given message as description

Trait Implementations

impl From<SerError> for NlError
[src]

[src]

Performs the conversion.

impl Debug for SerError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for SerError
[src]

[src]

Performs the conversion.

impl Display for SerError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for SerError
[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

Auto Trait Implementations

impl Send for SerError

impl Sync for SerError