Up

Module type Persistent_connection

Signature

module type S = S
module type T = T
module Make (Conn : T) : S with type conn = Conn.t and type address = Conn.Address.t
module Rpc : sig .. end