package ocaml-protoc-plugin

  1. Overview
  2. Docs
module EnumReservedRange : sig ... end
val name' : unit -> string
type t = {
  1. name : string option;
  2. value : EnumValueDescriptorProto.t list;
  3. options : EnumOptions.t option;
  4. reserved_range : EnumReservedRange.t list;
  5. reserved_name : string list;
}
OCaml

Innovation. Community. Security.