Async_rpc_kernel.Rpc_shapesA serializable representation of the bin_shape(s) of an RPC. For a regular RPC, this is a simple query/response pair.
type t = | Rpc of {query : Core.Bin_prot.Shape.t;response : Core.Bin_prot.Shape.t;}| One_way of {msg : Core.Bin_prot.Shape.t;}| Streaming_rpc of {query : Core.Bin_prot.Shape.t;initial_response : Core.Bin_prot.Shape.t;update_response : Core.Bin_prot.Shape.t;error : Core.Bin_prot.Shape.t;}| Unknownval sexp_of_t : t -> Sexplib0.Sexp.tmodule Just_digests : sig ... endval eval_to_digest : t -> Just_digests.tmodule Stable : sig ... end