[][src]Module veriform::derive_helpers

Helper functions called from custom derive output

Traits

TryExtend

Fallible version of the Extend trait used for consuming Veriform sequences but with potential max limits (e.g. heapless::Vec size)

Functions

check_input_consumed

Make sure input has been consumed

decode_message_seq

Decode a sequence of messages

decode_tag

Decode tag (which identifies an enum variant)

encode_message_seq

Encode a sequence of messages

unknown_tag

Unknown tag in enum