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