pub async fn recv_request<R: AsyncReadExt + Unpin>(
reader: &mut R,
) -> Result<HostdRequest>Expand description
Read and deserialize a request.
pub async fn recv_request<R: AsyncReadExt + Unpin>(
reader: &mut R,
) -> Result<HostdRequest>Read and deserialize a request.