mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
7 lines
157 B
OCaml
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 *)
|