Struct asn1::Tlv [−][src]
pub struct Tlv<'a> { /* fields omitted */ }Expand description
A TLV (type, length, value) represented as the tag and bytes content.
Generally used for parsing ASN.1 ANY values.
Implementations
The value portion of the TLV.
The full DER encoded TLV.
Parse this TLV as a given type.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tlv<'a>
impl<'a> UnwindSafe for Tlv<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more