pub struct Asn1Type(_);
The type of an ASN.1 value.
Constructs an Asn1Type from a raw OpenSSL value.
Asn1Type
Returns the raw OpenSSL value represented by this type.
source
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U