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