Function read_slice
pub unsafe fn read_slice<T>(read: &mut impl Read, value: &mut [T]) -> Result<()>
Read a slice of bytes into the specified slice.
read_slicepub unsafe fn read_slice<T>(read: &mut impl Read, value: &mut [T]) -> Result<()>
Read a slice of bytes into the specified slice.