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(/* private fields */);

Trait Implementations§

source§

impl From<UnixError> for Error

source§

fn from(unix_error: UnixError) -> Self

Converts to this type from the input type.