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

Implementors