Type Alias libp2p::swarm::THandler

pub type THandler<TBehaviour> = <TBehaviour as NetworkBehaviour>::ConnectionHandler;
Expand description

ConnectionHandler of the NetworkBehaviour for all the protocols the NetworkBehaviour supports.