package catapult

  1. Overview
  2. Docs

Module Ser.Client_emitSource

Sourcetype t = {
  1. trace_id : string;
  2. ev : Event.t;
}
Sourceval decode : Bare.Decode.t -> t
Sourceval encode : Bare.Encode.t -> t -> unit
Sourceval pp : Format.formatter -> t -> unit