pub trait Tagged { fn tag(&self) -> Tag; }
Types which have an ASN.1 Tag.
Tag
Get the ASN.1 tag that this type is encoded with.
Types which are FixedTag always have a known Tag type.
FixedTag