[][src]Function ntex::connect::connect

pub fn connect<T: Address, U>(
    message: U
) -> impl Future<Output = Result<TcpStream, ConnectError>> where
    Connect<T>: From<U>, 

Resolve and connect to remote host