package protocell

  1. Overview
  2. Docs
module Enum_reserved_range : sig ... end
type t = {
  1. name : string option;
  2. value' : Enum_value_descriptor_proto.t list;
  3. options : Enum_options.t option;
  4. reserved_range : Enum_reserved_range.t list;
  5. reserved_name : string list;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val to_binary : t -> (string, [> Bin'.serialization_error ]) Stdlib.result
val of_binary : string -> (t, [> Bin'.deserialization_error ]) Stdlib.result
val to_text : t -> (string, [> Text'.serialization_error ]) Stdlib.result
val of_text : string -> (t, [> Text'.deserialization_error ]) Stdlib.result