Home
last modified time | relevance | path

Searched refs:ClientBuilder (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.rs134 pub struct ClientBuilder { struct
138 impl ClientBuilder { argument
191 ClientBuilder { in new()