Type Alias libp2p::swarm::THandlerOutEvent
source ยท pub type THandlerOutEvent<TBehaviour> = <<TBehaviour as NetworkBehaviour>::ConnectionHandler as ConnectionHandler>::ToBehaviour;
Expand description
Custom event that can be produced by the ConnectionHandler
of the NetworkBehaviour
.