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