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§
Object Safety§
This trait is not object safe.