Type Definition libp2p::swarm::THandlerInEvent

source ·
pub type THandlerInEvent<TBehaviour> = <<<TBehaviour as NetworkBehaviour>::ConnectionHandler as IntoConnectionHandler>::Handler as ConnectionHandler>::InEvent;
Expand description

Custom event that can be received by the ConnectionHandler of the NetworkBehaviour.