pub unsafe fn as_bytes<T: Sized>(p: &T) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Expand description

Safety

Utility function, shouldn’t be considered always safe