Module Versioned_rpc.Connection_with_menu

module Connection_with_menu: sig .. end

type t 
an rpc connection paired with the menu of rpcs one may call on it
val create : Rpc.Connection.t ->
t Import.Deferred.Or_error.t
val connection : t -> Rpc.Connection.t
val menu : t -> Versioned_rpc.Menu.t