[][src]Trait simple_tlv::Tagged

pub trait Tagged {
    fn tag() -> Tag;
}

Types with an associated SIMPLE-TLV Tag.

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

Required methods

fn tag() -> Tag[src]

The tag

Loading content...

Implementors

Loading content...