package dune-rpc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dune_rpc_private.DeclSource

Sourcetype 'gen t = {
  1. method_ : Dune_rpc_private__.Types.Method.Name.t;
  2. key : 'gen Stdune.Int.Map.t Stdune.Univ_map.Key.t;
}
Sourcemodule Generation : sig ... end
Sourcemodule Request : sig ... end
Sourcemodule Notification : sig ... end
Sourcetype ('a, 'b) request = ('a, 'b) Request.t
Sourcetype 'a notification = 'a Notification.t