pub trait BlobLayout {
    type Header: AsBytes + FromBytes;
}
Expand description

Marker trait for dynamic struct layouts prefixed with Self::Header type of a statically-known size. Used in tandem with Blob.

Required Associated Types§

Implementors§