package ocaml-protoc-plugin

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

Module Protobuf.MessageOptions

Sourceval name' : unit -> string
Sourcetype t = {
  1. message_set_wire_format : bool;
  2. no_standard_descriptor_accessor : bool;
  3. deprecated : bool;
  4. map_entry : bool option;
  5. uninterpreted_option : UninterpretedOption.t list;
}