fn send_reply_fallible(
stream: &mut UnixStream,
message: SocketReply,
) -> Result<()>Expand description
Send IPC message reply, returning possible errors.
fn send_reply_fallible(
stream: &mut UnixStream,
message: SocketReply,
) -> Result<()>Send IPC message reply, returning possible errors.