[][src]Module vm_memory::bytes

Define the ByteValued trait to mark that it is safe to instantiate the struct with random data.

Traits

ByteValued

Types for which it is safe to initialize from raw data.

Bytes

A container to host a range of bytes and access its content.