Client_streaming.Make
module Request : Protoable.S
module Response : Protoable.S
module _ :
Protospec.S
with type request := Request.Proto.t
and type request_mode := Pbrt_services.Value_mode.stream
and type response := Response.Proto.t
and type response_mode := Pbrt_services.Value_mode.unary
type request_mode = Value_mode.stream
type response_mode = Value_mode.unary
val rpc : (Request.t, request_mode, Response.t, response_mode) Rpc.t