package ocaml-protoc-plugin

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

Module Protobuf.FieldOptions

module CType : sig ... end
module JSType : sig ... end
Sourceval name' : unit -> string
Sourcetype t = {
  1. ctype : CType.t;
  2. packed : bool option;
  3. jstype : JSType.t;
  4. lazy' : bool;
  5. unverified_lazy : bool;
  6. deprecated : bool;
  7. weak : bool;
  8. uninterpreted_option : UninterpretedOption.t list;
  9. extensions' : Ocaml_protoc_plugin.Extensions.t;
}