package ocaml-protoc-plugin

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

Module Protobuf.Any

Sourceval name' : unit -> string
Sourcetype t = {
  1. type_url : string;
  2. value : bytes;
}
Sourceval make : ?type_url:string -> ?value:bytes -> unit -> t
Sourceval merge : t -> t -> t
Sourceval from_proto_exn : Ocaml_protoc_plugin.Reader.t -> t
OCaml

Innovation. Community. Security.