Module Async_rpc_kernel__Implementation_types.Implementation

module Expert : sig ... end
module F : sig ... end
type 'connection_state t = {
tag : Async_rpc_kernel.Protocol.Rpc_tag.t;
version : int;
f : 'connection_state F.t;
}