dune-rpc.private
Dune_rpc_private.Decl
dune-rpc
type 'gen t = {
method_ : Dune_rpc_private__.Types.Method.Name.t;
key : 'gen Stdune.Int.Map.t Stdune.Univ_map.Key.t;
}
module Generation : sig ... end
module Request : sig ... end
module Notification : sig ... end
type ('a, 'b) request = ('a, 'b) Request.t
type 'a notification = 'a Notification.t