Function ntex::rt::tcp_connect[][src]

pub async fn tcp_connect(addr: SocketAddr) -> Result<Io<Base>, Error>
Expand description

Opens a TCP connection to a remote host.