Type Definition Error
ipc_channel
type Error = Box<ErrorKind>;
An error that can be produced during (de)serializing.
impl From<UnixError> for Error
fn from(unix_error: UnixError) -> Self
Performs the conversion.