Enum middleman::PackingError [] [src]

pub enum PackingError {
    TooBigToRepresent,
    Bincode(Box<ErrorKind>),
}

Error enum which arise from failing to pack a structure implementing Message

Variants

Trait Implementations

impl Debug for PackingError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<PackingError> for SendError
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PackingError

impl Sync for PackingError