package ocaml-protoc-plugin

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

Module Protobuf.EnumValue

Sourceval name' : unit -> string
Sourcetype t = {
  1. name : string;
  2. number : int;
  3. options : Option.t list;
}
Sourceval make : ?name:string -> ?number:int -> ?options:Option.t list -> unit -> t