pub fn _parse_sequence<'a>(
elements: &'a [X690Element],
rctl1: &'a [ComponentSpec<'_>],
eal: &'a [ComponentSpec<'_>],
rctl2: &'a [ComponentSpec<'_>],
) -> X690StructureIterator<'a> ⓘExpand description
Parse a SEQUENCE structure according to X.690 rules.
§Arguments
elements- The encoded elements to parserctl1- Root component type list 1eal- Extension additions listrctl2- Root component type list 2