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

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