[][src]Function mini::aio::net::tcp::connect_to_host

pub fn connect_to_host<NOTIFY>(
    host: &str,
    port: &str,
    event_loop: &mut Loop,
    connection_notify: NOTIFY
) -> Option<Stream<ConnectionMsg>> where
    NOTIFY: TcpConnectionNotify + 'static,