Trait win_crypto_ng::helpers::BlobLayout
source · 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
.