pub trait MlvHeader {
const MAGIC_BYTES: [u8; 4];
}Expand description
Constants defined for each MlvHeader
Required Associated Constants§
Sourceconst MAGIC_BYTES: [u8; 4]
const MAGIC_BYTES: [u8; 4]
Magic bytes that denote this type of the header
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.