Module Rpc_util


module Rpc_util: sig .. end
Utility functions

type verbosity = [ `Name_abbrev_args | `Name_full_args | `Name_only ] 
How verbose the RPC ftrace is:
val string_of_request : verbosity -> Rpc_program.t -> string -> Xdr.xdr_value -> string
Return the string representation of this call request
val string_of_response : verbosity -> Rpc_program.t -> string -> Xdr.xdr_value -> string
Return the string representation of this call response