package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec 's t = {
  1. connection_state : t -> 's;
  2. implementations : 's Async_rpc_kernel__.Implementations.t;
}
val null : unit -> unit t