Packages

A pure Gleam implementation of Google Protobuf.

Current section

Files

Jump to
acrostic include acrostic@encoding_FieldEncoder.hrl
Raw

include/acrostic@encoding_FieldEncoder.hrl

-record(field_encoder, {
wire_type :: acrostic@encoding:wire_type(),
encode :: fun((any()) -> bitstring())
}).