Type Alias libp2p_swarm::THandlerInEvent

source ยท
pub type THandlerInEvent<TBehaviour> = <THandler<TBehaviour> as ConnectionHandler>::InEvent;
Expand description

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