Function default_read_exact

pub(in ::io) fn default_read_exact<R: Read + ?Sized>(this: &mut R, buf: &mut [u8]) -> Result<()>