View Source Protox.Field (Protox v1.6.10)
The definition of a protobuf field (e.g. tag, type, etc.).
Link to this section Summary
Link to this section Types
Specs
t() :: %Protox.Field{ json_name: binary(), kind: Protox.Types.kind(), label: Protox.Types.label(), name: atom(), tag: number(), type: Protox.Types.type() }