Skip to main content

read_frame

Function read_frame 

Source
pub async fn read_frame<R>(stream: &mut R) -> Result<Frame, WireError>
where R: AsyncRead + Unpin,