Type Definition libp2p_swarm::PendingInboundConnectionError
source · pub type PendingInboundConnectionError<TTransErr> = PendingConnectionError<TransportError<TTransErr>>;
Expand description
Errors that can occur in the context of a pending incoming Connection
.