ipc_channel

Type Alias Error

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

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

Aliased Typeยง

struct Error(/* private fields */);