Skip to main content

OPTIONAL

Function OPTIONAL 

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

Construct an ASN.1 OPTIONAL component with its continuation.