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

A type that can be used in the “void” position.

Required Methods

The raw bytes of this item.

Implementations on Foreign Types

Implementors