Libp2p.Connection_with_state
type t =
| Banned
| Allowed of Async.Rpc.Connection.t Async.Ivar.t
val value_map : when_allowed:( Async.Rpc.Connection.t Async.Ivar.t -> 'a ) -> when_banned:'b -> t -> 'c