pub async fn read_response<R: AsyncReadExt + Unpin>(
reader: &mut R,
) -> Result<Response, ProtocolError>Expand description
Read and deserialize a response
pub async fn read_response<R: AsyncReadExt + Unpin>(
reader: &mut R,
) -> Result<Response, ProtocolError>Read and deserialize a response