pub fn write_response(
stream: &mut Stream,
response: &AgentResponse,
) -> Result<()>Expand description
Write one IPC response to a connected stream.
pub fn write_response(
stream: &mut Stream,
response: &AgentResponse,
) -> Result<()>Write one IPC response to a connected stream.