Enum tokio_serde_msgpack::DecodeError [] [src]

pub enum DecodeError {
    IO(Error),
    Decode(Error),
}

Variants

Trait Implementations

impl Debug for DecodeError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for DecodeError
[src]

[src]

Performs the conversion.

impl From<Error> for DecodeError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DecodeError

impl Sync for DecodeError