Struct libp2p_swarm::handler::ListenUpgradeError
source · pub struct ListenUpgradeError<IOI, IP: InboundUpgradeSend> {
pub info: IOI,
pub error: ConnectionHandlerUpgrErr<IP::Error>,
}
Expand description
ConnectionEvent
variant that informs the handler
that upgrading an inbound substream to the given protocol has failed.
Fields§
§info: IOI
§error: ConnectionHandlerUpgrErr<IP::Error>