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