Function send_reply_fallible

Source
fn send_reply_fallible(
    stream: &mut UnixStream,
    message: SocketReply,
) -> Result<()>
Expand description

Send IPC message reply, returning possible errors.