pub struct Sequence<'a> { /* fields omitted */ }
Expand description
Represents an ASN.1 SEQUENCE. By itself, this merely indicates a sequence of bytes that are
claimed to form an ASN1 sequence. In almost any circumstance, you’ll want to immediately call
Sequence.parse on this value to decode the actual contents therein.
Parses the contents of the Sequence. Behaves the same as the module-level parse
function.
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.