pub unsafe fn to_mutable_slice<T: Copy>(s: &[T]) -> &mut [T]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Expand description

Safety

This may break aliasing rules, make sure you are the only owner.