Skip to main content

read_frame

Function read_frame 

Source
pub async fn read_frame<T>(stream: &mut TcpStream) -> Result<T, Error>
where T: for<'de> Deserialize<'de>,