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