Type Alias ipc_channel::Error

source ·
pub type Error = Box<ErrorKind, Global>;
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§

1.0.0 · source§

impl<T, A> Deref for Box<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
source§

impl From<UnixError> for Error

source§

fn from(unix_error: UnixError) -> Self

Converts to this type from the input type.