pub async fn send_response<W: AsyncWriteExt + Unpin>(
writer: &mut W,
resp: &HostdResponse,
) -> Result<()>Expand description
Serialize and send a response.
pub async fn send_response<W: AsyncWriteExt + Unpin>(
writer: &mut W,
resp: &HostdResponse,
) -> Result<()>Serialize and send a response.