Enum middleman::RecvError [] [src]

pub enum RecvError {
    Io(Error),
    Bincode(Box<ErrorKind>),
}

Error enum which arise from failing to receive a Message with a Middleman.

Variants

Trait Implementations

impl Debug for RecvError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for RecvError
[src]

[src]

Performs the conversion.

impl From<Box<ErrorKind>> for RecvError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RecvError

impl Sync for RecvError