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

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

Resolve and connect to remote host