Module Async_rpc_kernel.Versioned_rpc.Connection_with_menu

type t

an rpc connection paired with the menu of rpcs one may call on it

val create : Rpc.Connection.t ‑> t Async_kernel.Deferred.Or_error.t

an rpc connection paired with the menu of rpcs one may call on it

val create_directly : Rpc.Connection.t ‑> Menu.t ‑> t
val connection : t ‑> Rpc.Connection.t
val menu : t ‑> Menu.t