Skip to main content

read_frame

Function read_frame 

Source
pub async fn read_frame<R>(r: &mut R) -> Result<Vec<u8>>
where R: AsyncRead + Unpin,