package ocaml-protoc-plugin

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

Module Protobuf.Enum

Sourceval name' : unit -> string
Sourcetype t = {
  1. name : string;
  2. enumvalue : EnumValue.t list;
  3. options : Option.t list;
  4. source_context : Source_context.Google.Protobuf.SourceContext.t option;
  5. syntax : Syntax.t;
}