Home
last modified time | relevance | path

Searched refs:with_conn (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/examples/
H A Dstun_client.rs48 let mut client = ClientBuilder::new().with_conn(Arc::new(conn)).build()?; in main()
/webrtc/stun/src/
H A Dclient.rs173 pub fn with_conn(mut self, conn: Arc<dyn Conn + Send + Sync>) -> Self { in with_conn() method