package ocaml-protoc-plugin

  1. Overview
  2. Docs
module Location : sig ... end
val name' : unit -> string
type t = Location.t list
val make : ?location:Location.t list -> unit -> 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