Module Async_rpc_kernel.Persistent_connection

include module type of struct include Persistent_connection_kernel end
module type S = Persistent_connection_kernel__Persistent_connection_kernel_intf.S
module type T = Persistent_connection_kernel__Persistent_connection_kernel_intf.T
module Make : functor (Conn : T) -> S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : S with type conn = Rpc.Connection.t and type address = Core_kernel.Host_and_port.t
module Versioned_rpc : S with type conn = Versioned_rpc.Connection_with_menu.t and type address = Core_kernel.Host_and_port.t