Trait der::FixedTag[][src]

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

Types which have a constant ASN.1 Tag.

Associated Constants

ASN.1 tag

Implementations on Foreign Types

Implementors