Struct libp2p_swarm::handler::DialUpgradeError
source · pub struct DialUpgradeError<OOI, OP: OutboundUpgradeSend> {
pub info: OOI,
pub error: ConnectionHandlerUpgrErr<OP::Error>,
}
Expand description
ConnectionEvent
variant that informs the handler
that upgrading an outbound substream to the given protocol has failed.
Fields§
§info: OOI
§error: ConnectionHandlerUpgrErr<OP::Error>