Make.1-Rpc_intf
type rpc_handler =
| Rpc_handler : {
} -> rpc_handler |
val implementation_of_rpc :
( 'q, 'r ) rpc ->
( 'q, 'r ) Network_peer.Rpc_intf.rpc_implementation
val match_handler :
rpc_handler ->
( 'q, 'r ) rpc ->
do_:( ( 'q, 'r ) Network_peer.Rpc_intf.rpc_fn -> 'a ) ->
'a option