package ocaml-protoc-plugin

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

Module Protobuf.UninterpretedOption

module NamePart : sig ... end
Sourceval name' : unit -> string
Sourcetype t = {
  1. name : NamePart.t list;
  2. identifier_value : string option;
  3. positive_int_value : int option;
  4. negative_int_value : int option;
  5. double_value : float option;
  6. string_value : bytes option;
  7. aggregate_value : string option;
}
Sourceval make : ?name:NamePart.t list -> ?identifier_value:string -> ?positive_int_value:int -> ?negative_int_value:int -> ?double_value:float -> ?string_value:bytes -> ?aggregate_value:string -> unit -> t
OCaml

Innovation. Community. Security.