Gossip_net.Any
module type S = sig ... end
module Make (Rpc_intf : Network_peer.Rpc_intf.Rpc_interface_intf) : S with module Rpc_intf := Rpc_intf