Module Grpc_spec.Unary

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