Type Definition libp2p::core::connection::PendingInboundConnectionError[][src]

pub type PendingInboundConnectionError<TTransErr> = PendingConnectionError<TransportError<TTransErr>>;
Expand description

Errors that can occur in the context of a pending incoming Connection.