Type Alias libp2p_swarm::THandlerErr

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

Custom error that can be produced by the ConnectionHandler of the NetworkBehaviour.