Struct der::asn1::SequenceRef

source ·
pub struct SequenceRef<'a> { /* private fields */ }
Expand description

The SequenceRef type provides raw access to the octets which comprise a DER-encoded SEQUENCE.

This is a zero-copy reference type which borrows from the input data.

Trait Implementations§

Attempt to decode this message using the provided Reader.
Compute the length of this value (sans Tag+Length header) when encoded as ASN.1 DER. Read more
Encode value (sans Tag+Length header) as ASN.1 DER using the provided Writer. Read more
Get the Header used to encode this value.
ASN.1 tag

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.