package ocaml-protoc-plugin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Protobuf.EnumDescriptorProto

module EnumReservedRange : sig ... end
Sourceval name' : unit -> string
Sourcetype 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.