fn decode_sequence<'a>(decoder: &mut SliceReader<'a>) -> Result<&'a [u8], Error>Expand description
Attempt to decode a ASN.1 SEQUENCE from the given decoder, returning the
entire sequence including the header.
fn decode_sequence<'a>(decoder: &mut SliceReader<'a>) -> Result<&'a [u8], Error>Attempt to decode a ASN.1 SEQUENCE from the given decoder, returning the
entire sequence including the header.