Function libp2p_webrtc_utils::noise::outbound

source ยท
pub async fn outbound<T>(
    id_keys: Keypair,
    stream: T,
    server_fingerprint: Fingerprint,
    client_fingerprint: Fingerprint,
) -> Result<PeerId, Error>
where T: AsyncRead + AsyncWrite + Unpin + Send + 'static,