fast_socks5::util::stream

Function tcp_connect

Source
pub async fn tcp_connect<T>(addr: T) -> Result<TcpStream>
where T: ToSocketAddrs,