Module type Persistent_connection__Persistent_connection_intf.Persistent_connection

module type S = S
module type T = T
module type S_rpc = S_rpc
module Make : functor (Conn : T) -> S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : S_rpc with type conn = Async.Rpc.Connection.t
module Versioned_rpc : S_rpc with type conn = Async.Versioned_rpc.Connection_with_menu.t