Struct libp2p::swarm::handler::DialUpgradeError
source · pub struct DialUpgradeError<OOI, OP>where
OP: OutboundUpgradeSend,{
pub info: OOI,
pub error: ConnectionHandlerUpgrErr<<OP as OutboundUpgradeSend>::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 as OutboundUpgradeSend>::Error>