pub(crate) async fn read<T>(io: &mut T, buf: &mut [u8]) -> Result<usize, Error>where T: Read + Unpin,