Functor Orpc_pp.Trace_of_formatter


module Trace_of_formatter: 
functor (F : sig
val formatter : Format.formatter
end) -> Trace
Parameters:
F : sig val formatter : Format.formatter 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