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