Skip to main content

read_response

Function read_response 

Source
pub async fn read_response<R>(reader: &mut R) -> Result<Response, Error>
where R: AsyncRead + Unpin,
Expand description

Read one Response frame from an async reader. Used by client implementations and round-trip tests.