Module as_bytes

Source
Expand description

This module defines the AsBytes with baseline implementations.

Traitsยง

AsBytes
A trait for types which represent a contiguous block of bytes, such as &[u8] or Vec<u8>.