Module type Command_rpc.Command.T

type query
include sig ... end
val query_of_sexp : Sexplib.Sexp.t ‑> query
type response
include sig ... end
val sexp_of_response : response ‑> Sexplib.Sexp.t
val rpc : (queryresponseAsync.Rpc.Rpc.t
val implementation : Invocation.t ‑> query ‑> response Async.Deferred.t