Module Async_rpc_kernel.Connection.Client_implementations

type 's t = {
connection_state : t ‑> 's;
implementations : 's Implementations.t;
}
val null : unit ‑> unit t