pub fn read_exact<'a, A>( reader: &'a mut A, buffer: &'a mut [u8], ) -> ReadExact<'a, A> ⓘwhere A: Read + Unpin + ?Sized,