Module Client_info.Client_method
type t
= Vcaml__.Types.Client_info.client_method
=
{
async : bool;
nargs : [ `Fixed of int | `Range of int * int ] option;
opts : Msgpack.t Core.String.Map.t;
}
Client_info.Client_method
type t
= Vcaml__.Types.Client_info.client_method
=
{
async : bool; |
nargs : [ `Fixed of int | `Range of int * int ] option; |
opts : Msgpack.t Core.String.Map.t; |
}