Type Definition 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
.