pub trait FixedTag {
const TAG: Tag;
}
Expand description
Types which have a constant ASN.1 Tag
.
This is supported on crate feature std
only.
This is supported on crate feature time
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.
This is supported on crate feature alloc
only.