Type Definition ipc_channel::Error [] [src]

type Error = Box<ErrorKind>;

An error that can be produced during (de)serializing.

Trait Implementations

impl From<UnixError> for Error
[src]

[src]

Performs the conversion.