logo
pub trait Tagged {
    fn tag(&self) -> Tag;
}
Expand description

Types which have an ASN.1 Tag.

Required methods

Get the ASN.1 tag that this type is encoded with.

Implementors

Types which are FixedTag always have a known Tag type.