Up
Module
Connection_with_menu
Signature
type
t
an rpc connection paired with the menu of rpcs one may call on it
val
create :
Async_rpc_kernel.Rpc.Connection.t
->
t
Async_kernel.Std.Deferred.Or_error.t
an rpc connection paired with the menu of rpcs one may call on it
val
create_directly :
Async_rpc_kernel.Rpc.Connection.t
->
Menu.t
->
t
val
connection :
t
->
Async_rpc_kernel.Rpc.Connection.t
val
menu :
t
->
Menu.t