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

pub fn tcp_connect(
    addr: SocketAddr
) -> Pin<Box<dyn Future<Output = Result<Io<Base>, Error>> + 'static, Global>>
Expand description

Opens a TCP connection to a remote host.