Protox.Field (Protox v2.0.4)
View SourceThe definition of a protobuf field (e.g. tag, type, etc.).
Summary
Types
@type t() :: %Protox.Field{ extender: nil | atom(), kind: Protox.Kind.t(), label: Protox.Types.label(), name: atom(), tag: number(), type: Protox.Types.type() }