pub type DerObjectHeader<'a> = Header<'a>;
👎 Deprecated since 7.0.0:

Use Tag instead

Expand description

DER object header (identifier and length)

This is the same object as BerObjectHeader.