Home
last modified time | relevance | path

Searched defs:SocketFuture (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs32 pub type SocketFuture = Pin<Box<dyn Future<Output = Result<Addrs, StdError>> + Sync + Send>>; typedef
38 fn resolve(&self, domain: &str) -> SocketFuture; in resolve()
95 fn resolve(&self, domain: &str) -> SocketFuture { in resolve()