Grpc_spec.Bidirectional_streaming
module type S =
S
with type request_mode = Value_mode.stream
and type response_mode = Value_mode.stream
module Make
(Request : Protoable.S)
(Response : Protoable.S)
(_ :
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.stream) :
S with module Request := Request and module Response := Response