Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/hyper/src/client/connect/
Dhttp.rs271 fut: Box::pin(async move { self_.call_async(dst).await }), in call()
326 async fn call_async(&mut self, dst: Uri) -> Result<TcpStream, ConnectError> { in call_async() function