Module Grpc_spec.Private

The Private module is not meant to be used by the users of the library directly. It is exported for tests.

val service_spec : (_, _, _, _) t -> Grpc.Rpc.Service_spec.t
val encode_request : ('request, _, _, _) t -> 'request -> string
val decode_request : ('request, _, _, _) t -> string -> 'request
val encode_response : (_, _, 'response, _) t -> 'response -> string
val decode_response : (_, _, 'response, _) t -> string -> 'response