Searched defs:accept (Results 1 – 7 of 7) sorted by relevance
11 fn accept(&mut self); in accept() method64 fn accept(&mut self) { in accept() method144 fn accept(&mut self) { in accept() method176 fn accept(&mut self) {} in accept() method
74 async fn accept(&self) -> UtilResult<(Arc<dyn Conn + Send + Sync>, SocketAddr)> { in accept() method
43 async fn accept(&self) -> Result<(Arc<dyn Conn + Send + Sync>, SocketAddr)>; in accept() method
36 async fn accept(&self) -> Result<(Arc<dyn Conn + Send + Sync>, SocketAddr)> { in accept() method
51 pub async fn accept( in accept() method
216 pub async fn accept(&self) -> Result<Arc<Stream>> { in accept() method
75 pub async fn accept<T>( in accept() method