pub trait AsBytesRef {
    fn as_bytes_ref(&self) -> &[u8]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }
Expand description

Converts to &'a [u8]

Required methods

Converts to a u8 slice

Implementations on Foreign Types

Implementors