ocaml-opentelemetry/src/resource_pp.mli
2022-05-03 13:52:20 -04:00

7 lines
167 B
OCaml

(** resource.proto Pretty Printing *)
(** {2 Formatters} *)
val pp_resource : Format.formatter -> Resource_types.resource -> unit
(** [pp_resource v] formats v *)