Skip to main content

read_frame

Function read_frame 

Source
pub async fn read_frame<T, R>(reader: &mut R) -> Result<T>
where T: for<'de> Deserialize<'de>, R: AsyncRead + Unpin,