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

7 lines
157 B
OCaml

(** status.proto Pretty Printing *)
(** {2 Formatters} *)
val pp_status : Format.formatter -> Status_types.status -> unit
(** [pp_status v] formats v *)