Type Alias ipc_channel::Error

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

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

Aliased Type§

struct Error(Unique<ErrorKind>, Global);

Fields§

§0: Unique<ErrorKind>§1: Global

Trait Implementations§

source§

impl From<UnixError> for Error

source§

fn from(unix_error: UnixError) -> Self

Converts to this type from the input type.