decode_sequence

Function decode_sequence 

Source
fn decode_sequence<'a>(decoder: &mut SliceReader<'a>) -> Result<&'a [u8]>
Expand description

Attempt to decode a ASN.1 SEQUENCE from the given decoder, returning the entire sequence including the header.