pub async fn read_response<R: AsyncRead + Unpin>( reader: &mut R, ) -> Result<Response>
Read one Response frame from an async reader. Used by client implementations and round-trip tests.
Response