Trait flexiber::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

Object Safety§

This trait is not object safe.

Implementors§