Module Rpc.Any

type t =
| Rpc : ('q'r) Async_rpc_kernel__Rpc.Rpc.t -> t
| Pipe : ('q'r'e) Async_rpc_kernel__Rpc.Pipe_rpc.t -> t
| State : ('q's'u'e) Async_rpc_kernel__Rpc.State_rpc.t -> t
| One_way : 'm Async_rpc_kernel__Rpc.One_way.t -> t
val description : t -> Async_rpc_kernel__Rpc.Description.t