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

Trait for objects which can be turned into bytes

This is mostly an internal API.

Required Methods

Implementations on Foreign Types

Implementors