Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dresolver.rs38 pub type SocketFuture<'a> = typedef
45 fn resolve(&self, authority: &str) -> SocketFuture; in resolve()
214 fn resolve(&self, authority: &str) -> SocketFuture { in resolve()