Function libp2p::core::upgrade::apply_inbound
source · pub fn apply_inbound<C, U>(conn: C, up: U) -> InboundUpgradeApply<C, U> ⓘwhere
C: AsyncRead + AsyncWrite + Unpin,
U: InboundUpgrade<Negotiated<C>>,
Expand description
Tries to perform an upgrade on an inbound connection or substream.