pub trait FixedTag {
const TAG: Tag;
}
Expand description
Types which have a constant ASN.1 Tag
.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait FixedTag {
const TAG: Tag;
}
Types which have a constant ASN.1 Tag
.