pub fn slice_ref_to_mut_bytes<T>(data: &mut [T]) -> &mut [u8]Notable traits for &'_ [u8]impl Read for &'_ [u8]impl Write for &'_ mut [u8]
Expand description

Convert the given slice reference of type T to a mutable u8 slice.