12345678910111213(** Some core types for subscribers. *)typeuser_data=|U_boolofbool|U_floatoffloat|U_intofint|U_none|U_stringofstring(** A non polymorphic-variant version of {!Trace_core.user_data} *)typeflavor=|Sync|Async(** A non polymorphic-variant version of {!Trace_core.flavor} *)