Twirp_core.Client
Generic client module
module Common : sig ... end
module type IO = sig ... end
module type PARAMS = sig ... end
module type S = sig ... end
module Make (P : PARAMS) : S with module IO = P.IO and type client = P.client