package async_rpc_kernel

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

Module Connection.Client_implementationsSource

type connection := t
Sourcetype t =
  1. | T : {
    1. connection_state : connection -> 's;
    2. implementations : 's Async_rpc_kernel__.Implementations.t;
    } -> t
Sourceval null : unit -> t