Skip to main content

REQUIRED

Function REQUIRED 

Source
pub const exec fn REQUIRED<Field, Rest>(
    field: Field,
    rest: Rest,
) -> Pair<Field, Rest>
Expand description
returns
Pair(field, rest),

Construct a required ASN.1 component with its continuation.