Type Definition libp2p::swarm::THandlerErr

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

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