Module Over_time.Collected_at

module Why : sig ... end
type t = {
  1. why : Why.t;
  2. timestamp : Core.Time_ns.t;
  3. time_since_navigation_start : Core.Time_ns.Span.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : Why.t -> t