Enum ethcore_ipc::binary::BinaryError [] [src]

pub enum BinaryError {
    Serialization(BinaryConvertError),
    Io(Error),
}

Variants

Trait Implementations

impl Debug for BinaryError
[src]

Formats the value using the given formatter.

impl From<Error> for BinaryError
[src]

Performs the conversion.

impl From<BinaryConvertError> for BinaryError
[src]

Performs the conversion.