pub trait Tagged {
const TAG: Tag;
}Expand description
Types with an associated ASN.1 Tag.
This is supported on crate feature std only.
This is supported on crate feature bigint only.
This is supported on crate feature alloc only.
This is supported on crate feature alloc only.