Public projection of a compiled protobuf enum.
Summary
Types
@type t() :: %PB.Schema.Info.Enum{ name: PB.enum_name(), values: [PB.Schema.Info.EnumValue.t()] }
Public projection of a compiled protobuf enum.
@type t() :: %PB.Schema.Info.Enum{ name: PB.enum_name(), values: [PB.Schema.Info.EnumValue.t()] }