Module type Orpc_pp.Trace


module type Trace = sig .. end

type t 
val trace_call : string -> (Format.formatter -> unit) -> t
val trace_reply_ok : t -> (Format.formatter -> unit) -> unit
val trace_reply_exn : t -> exn -> (Format.formatter -> unit) -> unit