Skip to main content

MlvHeader

Trait MlvHeader 

Source
pub trait MlvHeader {
    const MAGIC_BYTES: [u8; 4];
}
Expand description

Constants defined for each MlvHeader

Required Associated Constants§

Source

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.

Implementors§