Struct libp2p::swarm::handler::FullyNegotiatedOutbound
source · pub struct FullyNegotiatedOutbound<OP, OOI>where
OP: OutboundUpgradeSend,{
pub protocol: <OP as OutboundUpgradeSend>::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 as OutboundUpgradeSend>::Output§info: OOI