Type Alias libp2p::swarm::THandlerErr

source ยท
pub type THandlerErr<TBehaviour> = <<TBehaviour as NetworkBehaviour>::ConnectionHandler as ConnectionHandler>::Error;
๐Ÿ‘ŽDeprecated: Will be removed together with ConnectionHandlerEvent::Close. See https://github.com/libp2p/rust-libp2p/issues/3591 for details.
Expand description

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