Searched refs:RelayConn (Results 1 – 3 of 3) sorted by relevance
59 let rc = RelayConn::new(Arc::new(Mutex::new(obs)), config).await; in test_relay_conn()
74 pub struct RelayConn<T: 'static + RelayConnObserver + Send + Sync> { struct82 impl<T: 'static + RelayConnObserver + Send + Sync> RelayConn<T> { implementation87 let c = RelayConn { in new()110 impl<T: RelayConnObserver + Send + Sync> Conn for RelayConn<T> { implementation
601 Ok(RelayConn::new(Arc::clone(&self.client_internal), config).await) in allocate()