Trait byte_struct::ByteStructLen[][src]

pub trait ByteStructLen {
    const BYTE_LEN: usize;
}
Expand description

A type that can be packed into or unpacked from fixed-size bytes, but the method is unknown yet.

Associated Constants

The length of the packed bytes of this type

Implementations on Foreign Types

Implementors