View Source argo_field_wire_type (argo v1.0.4)
Summary
Types
-type t() :: #argo_field_wire_type{name :: argo_types:name(), 'of' :: argo_wire_type:t(), omittable :: boolean()}.
Functions
-spec new(Name, Of, Omittable) -> FieldWireType when Name :: argo_types:name(), Of :: argo_wire_type:t(), Omittable :: boolean(), FieldWireType :: t().