Type Definition ipc_channel::Error

source ·
pub type Error = Box<ErrorKind, Global>;
Expand description

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

Trait Implementations§

source§

impl From<UnixError> for Error

source§

fn from(unix_error: UnixError) -> Self

Converts to this type from the input type.