Tagged

Trait Tagged 

Source
pub trait Tagged {
    // Required method
    fn tag() -> Tag;
}
Expand description

Types with an associated BER-TLV Tag.

A tagged type implementing Container has a blanked implementation of Encodable.

Required Methods§

Source

fn tag() -> Tag

The tag

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§