Struct libp2p_swarm::handler::FullyNegotiatedOutbound
source · pub struct FullyNegotiatedOutbound<OP: OutboundUpgradeSend, OOI> {
pub protocol: OP::Output,
pub info: OOI,
}
Expand description
ConnectionEvent
variant that informs the handler about successful upgrade on a new outbound stream.
The protocol
field is the information that was previously passed to
ConnectionHandlerEvent::OutboundSubstreamRequest
.
Fields§
§protocol: OP::Output
§info: OOI