pub async fn read_frame<R, T>(reader: &mut R) -> Result<T>where R: AsyncReadExt + Unpin, T: DeserializeOwned,
Back-compat wrapper for callers still on std::io::Result.
std::io::Result