package ocaml-protoc-plugin

  1. Overview
  2. Docs
val name' : unit -> string
type t = {
  1. name : string;
  2. value : Any.Google.Protobuf.Any.t option;
}
val make : ?name:string -> ?value:Any.Google.Protobuf.Any.t -> unit -> t
val merge : t -> t -> t
val to_proto' : Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t -> t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
val from_proto : Ocaml_protoc_plugin.Runtime.Runtime'.Reader.t -> (t, [> Ocaml_protoc_plugin.Runtime.Runtime'.Result.error ]) Stdlib.result
val from_proto_exn : Ocaml_protoc_plugin.Runtime.Runtime'.Reader.t -> t