Module Async_extended.Rpc_proxy.Environment

type t = {
connection_to_upstream_server : Async.Rpc.Connection.t;
connection_to_client : Async.Rpc.Connection.t;
}