Tag

Trait Tag 

Source
pub trait Tag:
    FromPrimitive
    + ToPrimitive
    + PartialEq
    + Display
    + Debug
    + Copy
    + TypeName { }
Expand description

Header tag.

Each and every header has a particular header tag that identifies the type of the header the format / information contained in that 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§