package tracing

  1. Overview
  2. Docs
type t = {
  1. mutable num_unparsed_records : int;
  2. mutable num_unparsed_args : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t