Type Alias libp2p_swarm::THandlerErr
source ยท pub type THandlerErr<TBehaviour> = <THandler<TBehaviour> 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
.