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