[−][src]Trait tokio_socks::ToProxyAddrs
A trait for objects which can be converted or resolved to one or more
SocketAddr
values, which are going to be connected as the the proxy
server.
This trait is similar to std::net::ToSocketAddrs
but allows asynchronous
name resolution.