Trait der::Tagged[][src]

pub trait Tagged {
    const TAG: Tag;
}
Expand description

Types with an associated ASN.1 Tag.

Associated Constants

ASN.1 tag

Implementations on Foreign Types

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.

Implementors