package ocaml-protoc-plugin

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

Module DescriptorProto.ExtensionRange

Sourceval name' : unit -> string
Sourcetype t = {
  1. start : int option;
  2. end' : int option;
  3. options : ExtensionRangeOptions.t option;
}
Sourceval make : ?start:int -> ?end':int -> ?options:ExtensionRangeOptions.t -> unit -> t
OCaml

Innovation. Community. Security.