Protox.Field (Protox v2.0.4)

View Source

The definition of a protobuf field (e.g. tag, type, etc.).

Summary

Types

t()

@type t() :: %Protox.Field{
  extender: nil | atom(),
  kind: Protox.Kind.t(),
  label: Protox.Types.label(),
  name: atom(),
  tag: number(),
  type: Protox.Types.type()
}