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