Type Alias rocket::mtls::x509::der_parser::der::DerTag

source ·
pub type DerTag = Tag;
👎Deprecated since 7.0.0: Use Tag instead
Available on crate feature mtls only.
Expand description

DER tag (same as BER tag)

Aliased Type§

struct DerTag(pub u32);

Fields§

§0: u32